diff options
author | Tomer Kimia <tkimia@purdue.edu> | 2014-03-02 11:11:04 -0500 |
---|---|---|
committer | Tomer Kimia <tkimia@purdue.edu> | 2014-03-02 11:11:04 -0500 |
commit | d28c9b6f33ae4a95d620d46caa3799292b39480b (patch) | |
tree | 689dd9053a7bef60690b201db9fd496c83f4b071 /config | |
parent | c1f3f731cdf3201905fd8797dd4fe33783f2bc53 (diff) |
added preliminary homepage
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 3c49858..7d898b8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,7 +15,7 @@ Leaguer::Application.routes.draw do resources :games - root "tournaments#index" + root to: 'static#homepage' # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". |