summaryrefslogtreecommitdiff
path: root/app/controllers/tournaments_controller.rb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-04 23:10:04 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-04 23:10:04 -0400
commitfca133856e323d01aa88e0e60acba762378dd9e3 (patch)
treee6b8b80da2ee2ab4d683e5ad3764f08d1773be8e /app/controllers/tournaments_controller.rb
parent1187336fa7af4a82c472367adc1b46e5e089591b (diff)
fix tournaments controller
Diffstat (limited to 'app/controllers/tournaments_controller.rb')
-rw-r--r--app/controllers/tournaments_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/tournaments_controller.rb b/app/controllers/tournaments_controller.rb
index d1a926b..010f279 100644
--- a/app/controllers/tournaments_controller.rb
+++ b/app/controllers/tournaments_controller.rb
@@ -135,5 +135,6 @@ class TournamentsController < ApplicationController
# Turn of check_edit, since our #update is flexible
def check_edit
+ set_tournament
end
end