We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a1777 commit a5e5fdfCopy full SHA for a5e5fdf
1 file changed
db/seeds.rb
@@ -47,7 +47,7 @@
47
Rails.logger.info 'Creating 100 future workshops...'
48
future_workshops = []
49
100.times do
50
- months_ahead = rand(1..12)
+ months_ahead = rand(1..3)
51
start = Time.zone.now + months_ahead.months + rand(0..28).days + rand(0..23).hours
52
workshop = Fabricate(:workshop,
53
title: 'Workshop',
0 commit comments