summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-28 10:00:47 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-28 10:00:47 -0400
commita75bd55c2cd3d8b53f61aa8d700fc510c8308f57 (patch)
tree2c8c7dae85bdaa45f7100598b8d951983d49552a /app/controllers
parentffa2652ec2b251818328e8927b112dde9e45de80 (diff)
remove dead references to {Tournament,Game}#sampling_method
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/tournaments_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/tournaments_controller.rb b/app/controllers/tournaments_controller.rb
index 0947ac8..471c5da 100644
--- a/app/controllers/tournaments_controller.rb
+++ b/app/controllers/tournaments_controller.rb
@@ -191,7 +191,6 @@ class TournamentsController < ApplicationController
p[:max_players_per_team] ||= game.max_players_per_team
p[:min_teams_per_match] ||= game.min_teams_per_match
p[:max_teams_per_match] ||= game.max_teams_per_match
- p[:sampling_method] ||= game.sampling_method
p[:scoring_method] ||= game.scoring_method
end
return p