Skip to content

Commit 3870a17

Browse files
committed
add redirect root
1 parent d763027 commit 3870a17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/app/config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Rails.application.routes.draw do
2+
root :to => "breeds#index"
23
resources :countries
34
resources :breeds
45
# The priority is based upon order of creation: first created -> highest priority.

0 commit comments

Comments
 (0)