修訂 | df29cdb6dc6ef7daf0f84bf62d8f41ba9e457431 (tree) |
---|---|
時間 | 2014-03-12 16:21:08 |
作者 | SF.JP :Example User <example@user...> |
Commiter | SF.JP :Example User |
Route root to hello#index.
@@ -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' |