diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-04 19:04:36 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-04 19:04:36 -0500 |
commit | 6db29eb669a85e5b0aac7a1e8879781a1cb77772 (patch) | |
tree | 26114b3a2385a839220ef3e59dac65b561ca3793 /config | |
parent | 40e0c9cf507dc27c9553af5ca962e3c65dc42780 (diff) | |
parent | e1d73b277cbc55615d10dbb842480f970ae5a538 (diff) |
Merge branch 'master' of github.com:LukeShu/leager
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 022ce42..2409eb2 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -17,6 +17,8 @@ Leaguer::Application.routes.draw do resources :tournaments + #set 'selected' to: 'tournaments#selected' via: 'get' + resources :servers root to: 'static#homepage' |