Enqueue some simulations after running the seed file
This commit is contained in:
parent
c2989b216f
commit
a67696747b
@ -63,3 +63,5 @@ NUMBER_OF_GUESTS.times do
|
||||
status: Guest.statuses.keys.sample
|
||||
)
|
||||
end
|
||||
|
||||
ActiveJob.perform_all_later(3.times.map { TableSimulatorJob.new })
|
||||
|
Loading…
x
Reference in New Issue
Block a user