aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started
diff options
context:
space:
mode:
authorspyhole <thankleft@gmail.com>2012-06-02 12:17:13 +0800
committerspyhole <thankleft@gmail.com>2012-06-02 12:17:13 +0800
commitb4f1c169089f7e9048dcbe7b38923f3162af6cce (patch)
tree5a7dfa8df0015bef64c355a974c64526c94b7149 /guides/code/getting_started
parente63666398d77fcca46308eff63dce144dd199479 (diff)
downloadrails-b4f1c169089f7e9048dcbe7b38923f3162af6cce.tar.gz
rails-b4f1c169089f7e9048dcbe7b38923f3162af6cce.tar.bz2
rails-b4f1c169089f7e9048dcbe7b38923f3162af6cce.zip
Update guides/code/getting_started/config/routes.rb
Diffstat (limited to 'guides/code/getting_started')
-rw-r--r--guides/code/getting_started/config/routes.rb2
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"