summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-27 20:24:51 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-27 20:24:51 -0400
commit2bc378643564451b872a52fdcf97d7ee8afa2108 (patch)
treea72f280e8cfbf267d83647f4e3e0605895e3672e /app/controllers
parentdedb63d770af24eee6e73289499ba22ec607cbf2 (diff)
parent8891daf9f1b38dadd5d5873fd3703d246876cabc (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'app/controllers')
-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