summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-01 18:01:53 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-01 18:01:53 -0400
commita2de6b22a720671b796c88c694db905665fda142 (patch)
tree5711cae8901997cf51a34a5368e25a7c4fd92d08 /app/controllers
parent0f2b05889cba090e4824f62965ee8d131da09973 (diff)
oops, removed ger
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/tournaments_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/tournaments_controller.rb b/app/controllers/tournaments_controller.rb
index 2565577..c4c41ab 100644
--- a/app/controllers/tournaments_controller.rb
+++ b/app/controllers/tournaments_controller.rb
@@ -69,6 +69,6 @@ class TournamentsController < ApplicationController
# Never trust parameters from the scary internet, only allow the white list through.
def tournament_params
- params.require(:tournament).permit(:name, :game_id, :status, :ger, :randomized_teams)
+ params.require(:tournament).permit(:name, :game_id, :status, :randomized_teams)
end
end