summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-06 20:37:53 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-06 20:37:53 -0500
commit7bcd854443e368806cf1f4ece562c157db723d1a (patch)
tree853ce7d9a5a45ca678daf5a50be4c70f1bd66837 /config
parenta1700f50ee800cfbfb93bd7dfff7b5d79ae2cb2f (diff)
fix joining a tournament
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb6
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]