summaryrefslogtreecommitdiff
path: root/db/seeds.rb
diff options
context:
space:
mode:
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",