OSDN Git Service

Route root to hello#index.
authorSF.JP :Example User <example@users.sourceforge.jp>
Wed, 12 Mar 2014 07:21:08 +0000 (16:21 +0900)
committerSF.JP :Example User <example@users.sourceforge.jp>
Wed, 12 Mar 2014 07:21:08 +0000 (16:21 +0900)
config/routes.rb

index 8394707..066b6ff 100644 (file)
@@ -4,7 +4,7 @@ Hello::Application.routes.draw do
   # See how all your routes lay out with "rake routes".
 
   # You can have the root of your site routed with "root"
-  # root 'welcome#index'
+  root 'hello#index'
 
   # Example of regular route:
   #   get 'products/:id' => 'catalog#view'