Class: Workarea::IndexSearchCustomizations

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::CallbacksWorker, Sidekiq::Worker
Defined in:
app/workers/workarea/index_search_customizations.rb

Instance Method Summary collapse

Instance Method Details

#perform(product_ids) ⇒ Object



15
16
17
# File 'app/workers/workarea/index_search_customizations.rb', line 15

def perform(product_ids)
  BulkIndexProducts.perform(product_ids)
end