summaryrefslogtreecommitdiff
path: root/db/seeds.rb
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-28 20:39:47 -0400
committernfoy <nfoy@purdue.edu>2014-04-28 20:39:47 -0400
commit82c6b59f4afeba005ef2dc47483873c85fa33ffd (patch)
tree746c9ca12941a21fc42af802924967d1ff0b6a0d /db/seeds.rb
parentd2c700eb31e6a81cb5befe2f9dc57afa7fe8dc91 (diff)
parent1c5930a82f80abff26556e85c71834af9803bc7c (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
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 4886325..014d94a 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",