diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-29 03:47:29 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-29 03:47:29 -0400 |
commit | 4c5c8b978d6bc70811e95e6da5afd06ec7a2e27e (patch) | |
tree | e5e282392b0014d4cd6954c86c69b5d86e026d29 /app/controllers | |
parent | c09905a346d4a14feddcd1fccefa0e5dd98f51e3 (diff) |
ran ./generate.sh
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/matches_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/matches_controller.rb b/app/controllers/matches_controller.rb index b1162ef..4042d3c 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_stage_id, :winner_id, :remote_id, :submitted_peer_evaluations) + params.require(:match).permit(:status, :tournament_stage_id, :winner_id) end end |