summaryrefslogtreecommitdiff
path: root/db/seeds.rb
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-28 22:01:14 -0400
committertkimia <tkimia@purdue.edu>2014-04-28 22:01:14 -0400
commitdd4c9e16c529bdbf0d055b279ed2dadc0c2aae13 (patch)
treeb0c9377df1f11ae626e5bd7057de158301884e0d /db/seeds.rb
parentbc8be5e217279012cd4dc62e3fc2fe2bd9308b1c (diff)
parentd52ceaf8d2b823b68edcf3614999b8639a0971f9 (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 7e13f1e..8327e30 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -177,7 +177,7 @@ if Rails.env.development?
custom.hosts.push(User.find(1))
- custom.stages.create(scheduling_method: "round_robin" , seeding_method: "early_bird")
+ custom.stages.create(scheduling_method: "round_robin" , seeding_method: "early_bird_seeding")
custom.hosts.push(User.find(1))