Mercurial > rsstweet
diff config/routes.rb @ 38:9e03bbbb1d43
Move static#index to tweet#index.
author | edogawaconan <me@myconan.net> |
---|---|
date | Thu, 11 Dec 2014 15:47:36 +0900 |
parents | 157f7fd136fc |
children | 8f68ca606099 |
line wrap: on
line diff
--- a/config/routes.rb Thu Dec 11 15:44:51 2014 +0900 +++ b/config/routes.rb Thu Dec 11 15:47:36 2014 +0900 @@ -3,7 +3,7 @@ # See how all your routes lay out with "rake routes". # You can have the root of your site routed with "root" - root "static#index" + root "tweets#index" get "*id" => "tweets#show", :defaults => { :format => :atom }