summaryrefslogtreecommitdiff
path: root/app/controllers/matches_controller.rb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-27 18:25:04 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-27 18:25:04 -0400
commitc16c1b2928d0156fc00617a6abd81f4714045e5e (patch)
tree963a38a2b638f0d6ccf4cb0efe6a6e86e5728b60 /app/controllers/matches_controller.rb
parentbd1699969017c8c8f056808ba33e906426962754 (diff)
Updated Seeing and Round Robin scheduling.
Diffstat (limited to 'app/controllers/matches_controller.rb')
-rw-r--r--app/controllers/matches_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/matches_controller.rb b/app/controllers/matches_controller.rb
index 4a20df2..8b8e86d 100644
--- a/app/controllers/matches_controller.rb
+++ b/app/controllers/matches_controller.rb
@@ -286,7 +286,7 @@ class MatchesController < ApplicationController
params.require(:match).permit(:status, :tournament_stage_id, :winner_id, :remote_id, :submitted_peer_evaluations, :update_action)
end
- # Turn of check_edit, since our #update is flexible
+ # Turn of check_edit, since our #update is flexible
def check_edit
set_match
end