summaryrefslogtreecommitdiff
path: root/app/controllers/tournaments_controller.rb
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-27 23:05:31 -0400
committernfoy <nfoy@purdue.edu>2014-04-27 23:05:31 -0400
commitdeaf1f5db268b8fd2ff1838e461c8142d3882dc8 (patch)
treeedaa5f8da18649aa7abdf5467d704b4792c74f89 /app/controllers/tournaments_controller.rb
parent17169088974477c2702377a5ea3e14afff62e009 (diff)
parent2d7313767442956eab00671ac555c0ce4e583b5f (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'app/controllers/tournaments_controller.rb')
-rw-r--r--app/controllers/tournaments_controller.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/controllers/tournaments_controller.rb b/app/controllers/tournaments_controller.rb
index 2e854a2..c06c16c 100644
--- a/app/controllers/tournaments_controller.rb
+++ b/app/controllers/tournaments_controller.rb
@@ -87,14 +87,6 @@ class TournamentsController < ApplicationController
end
end
- def create_stage
-
- # stage = @tournament.stages.new
- # stage.create(TODO:PARAMETERS)
- # @tournament.stages.push(stage)
-
- end
-
# PATCH/PUT /tournaments/1
# PATCH/PUT /tournaments/1.json
def update