summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-28 21:32:04 -0400
committernfoy <nfoy@purdue.edu>2014-04-28 21:32:04 -0400
commit819fd70c1285bf5670b68842adad8c77c36d1076 (patch)
tree121c3161a25d3f726d6b6ccadd95e7815454a812 /db
parentfeffb3b186ad2b73bd9868a1eb24ab20f9c71507 (diff)
All the changes. Luke should know what's up.
Diffstat (limited to 'db')
-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))