diff --git a/db/dev_seeds.rb b/db/dev_seeds.rb index 77c6cce52..7e8a6a54b 100644 --- a/db/dev_seeds.rb +++ b/db/dev_seeds.rb @@ -301,7 +301,6 @@ puts "Creating Budgets" (1..10).each do |i| budget = Budget.create!(name: (Date.today.year - 10 + i).to_s, description: "

#{Faker::Lorem.paragraphs.join('

')}

", - price: rand(1 .. 100) * 100000, currency_symbol: "€", phase: %w{on_hold accepting selecting balloting finished}.sample, valuating: [false, true].sample)