summaryrefslogtreecommitdiff
path: root/app/controllers/tournaments_controller.rb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-01 17:17:49 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-01 17:17:49 -0400
commit031b31dfcc2b99836021d6e251c78a9fc339d444 (patch)
tree4193ce7f3cd69f60a304e7d720baf943cf09da86 /app/controllers/tournaments_controller.rb
parentcd6b94cfc989800d65acc0fbceeebe35da5be4af (diff)
parent0f2b05889cba090e4824f62965ee8d131da09973 (diff)
Settled Merge Conflicts.
Diffstat (limited to 'app/controllers/tournaments_controller.rb')
-rw-r--r--app/controllers/tournaments_controller.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/tournaments_controller.rb b/app/controllers/tournaments_controller.rb
index 8d90758..027aad6 100644
--- a/app/controllers/tournaments_controller.rb
+++ b/app/controllers/tournaments_controller.rb
@@ -124,8 +124,6 @@ class TournamentsController < ApplicationController
# Never trust parameters from the scary internet, only allow the white list through.
def tournament_params
-
params.require(:tournament).permit(:game, :name, :game_id, :status, :min_players_per_team, :max_players_per_team, :min_teams_per_match, :max_teams_per_match, :set_rounds, :randomized_teams)
-
end
end