From 7bcd854443e368806cf1f4ece562c157db723d1a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 6 Mar 2014 20:37:53 -0500 Subject: fix joining a tournament --- config/routes.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'config') 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] -- cgit v1.2.3-2-g168b