Class: Chewy::Strategy::Sidekiq::Worker
- Includes:
- Sidekiq::Worker
- Defined in:
- lib/chewy/strategy/sidekiq.rb
Instance Method Summary collapse
Instance Method Details
#perform(type, ids) ⇒ Object
16 17 18 |
# File 'lib/chewy/strategy/sidekiq.rb', line 16 def perform(type, ids) type.constantize.import!(ids) end |