Skip to content

Commit

Permalink
remove funding_closes_at from seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
data-doge committed Apr 20, 2016
1 parent 34c9d26 commit 718d3a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
target: rand(0..1000),
status: 'live',
created_at: Time.zone.now - rand(1..10).days,
funding_closes_at: Time.zone.now + rand(10..30).days,
live_at: Time.now.utc
)
rand(10).times { bucket.comments.create(user: group.members.sample, body: Faker::Lorem.sentence) }
Expand Down

0 comments on commit 718d3a7

Please sign in to comment.