diff --git a/db/seeds.rb b/db/seeds.rb index ec78d0c..e77df63 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -63,3 +63,5 @@ NUMBER_OF_GUESTS.times do status: Guest.statuses.keys.sample ) end + +ActiveJob.perform_all_later(3.times.map { TableSimulatorJob.new })