summaryrefslogtreecommitdiff
path: root/app/controllers/matches_controller.rb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-07 04:16:18 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-07 04:16:18 -0400
commitc3af0f5b51dfe842ad9e4c5ea93e202e26e818ac (patch)
treec22f1cc916d98c7271635ecae48b62e8ea128012 /app/controllers/matches_controller.rb
parent8e7ca204ab9a702be483621f4fe9df68b03ffec0 (diff)
Ran generate.sh
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 32108d9..968bb1e 100644
--- a/app/controllers/matches_controller.rb
+++ b/app/controllers/matches_controller.rb
@@ -69,6 +69,6 @@ class MatchesController < ApplicationController
# Never trust parameters from the scary internet, only allow the white list through.
def match_params
- params.require(:match).permit(:status, :tournament_id, :name, :winner_id, :remote_id)
+ params.require(:match).permit(:status, :tournament_id, :name, :winner_id, :remote_id, :submitted_peer_evaluations)
end
end