diff --git a/db/dev_seeds.rb b/db/dev_seeds.rb index ee7d1a471..69ac27c09 100644 --- a/db/dev_seeds.rb +++ b/db/dev_seeds.rb @@ -372,7 +372,7 @@ tags = Faker::Lorem.words(10) description: "
#{Faker::Lorem.paragraphs.join('
')}
", created_at: rand((Time.now - 1.week) .. Time.now), feasibility: %w{undecided unfeasible feasible feasible feasible feasible}.sample, - unfeasibility_explanation: "#{Faker::Lorem.paragraphs.join('
')}
", + unfeasibility_explanation: Faker::Lorem.paragraph, valuation_finished: [false, true].sample, tag_list: tags.sample(3).join(','), price: rand(1 .. 100) * 100000,