Revision | 3a131ee9927bfe986addd79b4de6141a536f3a58 (tree) |
---|---|
Time | 2014-03-12 18:10:49 |
Author | Tatsuki Sugiura <sugi@user...> |
Commiter | Tatsuki Sugiura |
Merge pull request #33469 (example/hello/change-root-routing into master).
@@ -4,7 +4,7 @@ Hello::Application.routes.draw do | ||
4 | 4 | # See how all your routes lay out with "rake routes". |
5 | 5 | |
6 | 6 | # You can have the root of your site routed with "root" |
7 | - # root 'welcome#index' | |
7 | + root 'hello#index' | |
8 | 8 | |
9 | 9 | # Example of regular route: |
10 | 10 | # get 'products/:id' => 'catalog#view' |