Skip to content

Commit 4bcbcd0

Browse files
committed
Add route for root page
1 parent 41bc6ae commit 4bcbcd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# You can have the root of your site routed with "root"
66
# root 'welcome#index'
7+
root 'home#index'
78

89
# Example of regular route:
910
# get 'products/:id' => 'catalog#view'

0 commit comments

Comments
 (0)