Class: KitConsolidationAllWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
app/workers/kit_consolidation_all_worker.rb

Overview

Sidekiq worker: kit consolidation all.

Instance Method Summary collapse

Instance Method Details

#performObject



7
8
9
# File 'app/workers/kit_consolidation_all_worker.rb', line 7

def perform
  Item.kits.each { |item| KitConsolidationWorker.perform_async(item.id) }
end