summaryrefslogtreecommitdiff
path: root/db/seeds.rb
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-28 20:30:40 -0400
committertkimia <tkimia@purdue.edu>2014-04-28 20:30:40 -0400
commit1c5930a82f80abff26556e85c71834af9803bc7c (patch)
treeb64eea71b7eeec4b9f59cbd9a64c50cb78367790 /db/seeds.rb
parent25ff0e9d1a22cbfa65fbece800d00d7cae0c0d8e (diff)
bracket changes to status 2
Diffstat (limited to 'db/seeds.rb')
-rw-r--r--db/seeds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/seeds.rb b/db/seeds.rb
index c648053..c3b9beb 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -123,7 +123,7 @@ if Rails.env.development?
players_for_league.each do |player|
tourn5.join(player)
end
- tourn5.stages.create(scheduling_method: "round_robin" , seeding_method: "random_seeding")
+ tourn5.stages.create(scheduling_method: "elimination" , seeding_method: "random_seeding")
# Yet another League tournament
tourn6 = Tournament.create(game_id: 1, name: "3 teams per match",