diff options
Diffstat (limited to 'guides/code')
-rw-r--r-- | guides/code/getting_started/config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/config/routes.rb b/guides/code/getting_started/config/routes.rb index 04a6bd374e..a494d010a6 100644 --- a/guides/code/getting_started/config/routes.rb +++ b/guides/code/getting_started/config/routes.rb @@ -53,7 +53,7 @@ Blog::Application.routes.draw do # You can have the root of your site routed with "root" # just remember to delete public/index.html. - root :to => "welcome#index" + root :to => "home#index" # See how all your routes lay out with "rake routes" |