diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-04 20:35:16 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-04 20:35:16 -0400 |
commit | bcfa571b0328a4b3e94479a31c027621ceb86ad5 (patch) | |
tree | ac662a6e8e6be36b311652520b8bcc2a1511741d /config | |
parent | d6009eddd6f67a9414ff7d707ae82c053e6653ad (diff) |
Implement the new security mechanism
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb index 571e629..45694aa 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,10 +15,9 @@ Leaguer::Application.routes.draw do resources :teams resources :tournaments do - resources :matches + resources :matches, only: [:index, :show] end - root to: 'static#homepage' get '/testsvg', to: 'static#test' |