Mercurial > rsstweet
diff config/routes.rb @ 19:157f7fd136fc
Double quotes everywhere.
author | edogawaconan <me@myconan.net> |
---|---|
date | Fri, 05 Sep 2014 23:11:19 +0900 |
parents | 207917e41964 |
children | 9e03bbbb1d43 |
line wrap: on
line diff
--- a/config/routes.rb Fri Sep 05 23:10:53 2014 +0900 +++ b/config/routes.rb Fri Sep 05 23:11:19 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 "static#index" get "*id" => "tweets#show", :defaults => { :format => :atom }