diff options
author | Tomer Kimia <tkimia@purdue.edu> | 2014-03-01 22:53:08 -0500 |
---|---|---|
committer | Tomer Kimia <tkimia@purdue.edu> | 2014-03-01 22:53:08 -0500 |
commit | c1f3f731cdf3201905fd8797dd4fe33783f2bc53 (patch) | |
tree | cc4f81f56711799c717cd7343d6b732f93f116b3 /config | |
parent | 9d64e8898f767b42ce231b34abe4333007d7d0df (diff) |
quick and dirty css
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". |