summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-04 19:04:36 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-04 19:04:36 -0500
commit6db29eb669a85e5b0aac7a1e8879781a1cb77772 (patch)
tree26114b3a2385a839220ef3e59dac65b561ca3793 /config
parent40e0c9cf507dc27c9553af5ca962e3c65dc42780 (diff)
parente1d73b277cbc55615d10dbb842480f970ae5a538 (diff)
Merge branch 'master' of github.com:LukeShu/leager
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
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'