From 35f7f58fa8956abffb1dc251053f51437c23902a Mon Sep 17 00:00:00 2001 From: rgarcia Date: Wed, 27 Jul 2016 13:03:49 +0200 Subject: [PATCH] removes obsolete attribute reference --- db/dev_seeds.rb | 1 - 1 file changed, 1 deletion(-) 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)