Update guides/code/getting_started/config/routes.rb

This commit is contained in:
spyhole 2012-06-02 12:17:13 +08:00
parent e63666398d
commit b4f1c16908

@ -53,7 +53,7 @@
# You can have the root of your site routed with "root" # You can have the root of your site routed with "root"
# just remember to delete public/index.html. # 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" # See how all your routes lay out with "rake routes"