diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index bc29e15..3c49858 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,6 +15,8 @@ Leaguer::Application.routes.draw do resources :games + root "tournaments#index" + # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". |