summaryrefslogtreecommitdiff
path: root/app/controllers/tournaments_controller.rb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-27 23:01:04 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-27 23:01:04 -0400
commit2d7313767442956eab00671ac555c0ce4e583b5f (patch)
tree4d82b865add8617aadd6390b02f6f4cfa75657bb /app/controllers/tournaments_controller.rb
parent987cd575c48b9ac1ff4a8232288484685ed8563d (diff)
handle what I can of `fgrep -r TODO app lib`
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