diff options
author | nfoy <nfoy@purdue.edu> | 2014-04-28 20:40:23 -0400 |
---|---|---|
committer | nfoy <nfoy@purdue.edu> | 2014-04-28 20:40:23 -0400 |
commit | feffb3b186ad2b73bd9868a1eb24ab20f9c71507 (patch) | |
tree | cdc512a979be836f1616181e4af1e5ae623c6305 | |
parent | 82c6b59f4afeba005ef2dc47483873c85fa33ffd (diff) |
Luke did some shit I dont know if he finished
-rw-r--r-- | db/seeds.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/seeds.rb b/db/seeds.rb index 014d94a..7e13f1e 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: "random_seeding") + custom.stages.create(scheduling_method: "round_robin" , seeding_method: "early_bird") custom.hosts.push(User.find(1)) |