removes obsolete attribute reference

This commit is contained in:
rgarcia
2016-07-27 13:03:49 +02:00
parent 3c55d66591
commit 35f7f58fa8

View File

@@ -301,7 +301,6 @@ puts "Creating Budgets"
(1..10).each do |i|
budget = Budget.create!(name: (Date.today.year - 10 + i).to_s,
description: "<p>#{Faker::Lorem.paragraphs.join('</p><p>')}</p>",
price: rand(1 .. 100) * 100000,
currency_symbol: "",
phase: %w{on_hold accepting selecting balloting finished}.sample,
valuating: [false, true].sample)