Commit MetaInfo

Revision3a131ee9927bfe986addd79b4de6141a536f3a58 (tree)
Time2014-03-12 18:10:49
AuthorTatsuki Sugiura <sugi@user...>
CommiterTatsuki Sugiura

Log Message

Merge pull request #33469 (example/hello/change-root-routing into master).

Change Summary

Incremental Difference

--- a/config/routes.rb
+++ b/config/routes.rb
@@ -4,7 +4,7 @@ Hello::Application.routes.draw do
44 # See how all your routes lay out with "rake routes".
55
66 # You can have the root of your site routed with "root"
7- # root 'welcome#index'
7+ root 'hello#index'
88
99 # Example of regular route:
1010 # get 'products/:id' => 'catalog#view'
Show on old repository browser