summaryrefslogtreecommitdiff
path: root/app/controllers/tournaments_controller.rb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-27 23:18:56 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-27 23:18:56 -0400
commit4c572a775a7c28b102b4462af94214148e6df1d2 (patch)
tree545d97081772988b2f5c479b97d413d916c64d07 /app/controllers/tournaments_controller.rb
parentb35fa4b6f79d13d46eab4c9ba9e631eeb20ba73b (diff)
parentdeaf1f5db268b8fd2ff1838e461c8142d3882dc8 (diff)
Forced Merger - Hostile Takeover.
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