diff options
author | Tomer Kimia <tkimia@purdue.edu> | 2014-04-01 17:14:05 -0400 |
---|---|---|
committer | Tomer Kimia <tkimia@purdue.edu> | 2014-04-01 17:14:05 -0400 |
commit | 0867bc68749873aa131c0f3b273771b5f70ae778 (patch) | |
tree | d29a091054b4ac659af77072f55be1e7b1bf69cf /config | |
parent | cd6b94cfc989800d65acc0fbceeebe35da5be4af (diff) |
players can now leave tournaments
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 5c5bece..70e5359 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -20,6 +20,7 @@ Leaguer::Application.routes.draw do root to: 'static#homepage' + get '/testsvg', to: 'static#test' # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". |