diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/config/routes.rb b/config/routes.rb index 4563a9a..6e11f31 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -9,11 +9,7 @@ Leaguer::Application.routes.draw do resources :matches - resources :tournaments do - collection do - post 'join' - end - end + resources :tournaments resource :server, only: [:show, :edit, :update] |