mirror of
https://github.com/danbee/danbarberphoto
synced 2026-06-21 07:02:22 +00:00
Syntax tweak in routes.
This commit is contained in:
parent
0888020044
commit
30b24a7a23
@ -103,7 +103,7 @@ DanBarberPhoto::Application.routes.draw do
|
||||
# match ':controller(/:action(/:id(.:format)))'
|
||||
|
||||
# root :to => 'welcome#index'
|
||||
root :to => 'home#index'
|
||||
root to: 'home#index'
|
||||
|
||||
# See how all your routes lay out with "rake routes"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user