Fixed seeds.rb
This commit is contained in:
@@ -16,7 +16,8 @@ end
|
||||
|
||||
[ 'GanzWichtig.pdf', 'IchBinIn5MinDran.pdf', 'DerPlanDerImmerProblemeMacht.pdf',
|
||||
'DieFarbenGefallenMirNicht.pdf', 'MachHinIchHabsEilig.pdf', 'WarumDauertDasSoLange.pdf',
|
||||
'DenPlanBezahleIchNicht.pdf', 'IchWarAlsErstesDran.pdf', 'WarumIstDerPlotterDefekt.pdf', 'DasNächsteMalGeheIchWoAndersHin.pdf'].shuffle.each do |pdf|
|
||||
'DenPlanBezahleIchNicht.pdf', 'IchWarAlsErstesDran.pdf', 'WarumIstDerPlotterDefekt.pdf',
|
||||
'DasNächsteMalGeheIchWoAndersHin.pdf' ].shuffle.each do |pdf|
|
||||
# a0 = rand(0...7)
|
||||
# a1 = rand(0...7)
|
||||
# a2 = rand(0...7)
|
||||
@@ -24,8 +25,8 @@ end
|
||||
# a0.zero? || a1 = 0 && a2 = 0 && a3 = 0
|
||||
# a1.zero? || a2 = 0 && a3 = 0
|
||||
# a2.zero? || a3 = 0
|
||||
status = %i[open open open open open #open open open open open open open open open
|
||||
printing ready_for_pickup paid canceled].sample
|
||||
status = %i[open open open open open
|
||||
printing pickup paid canceled].sample
|
||||
|
||||
job = Job.new(costumer_firstname: Faker::Name.unique.first_name, costumer_lastname: Faker::Name.unique.last_name,
|
||||
# number_of_plans_a0: a0, number_of_plans_a1: a1, number_of_plans_a2: a2, number_of_plans_a3: a3,
|
||||
|
||||
Reference in New Issue
Block a user