Class: Chewy::Strategy::Resque::Worker

Inherits:
Object
  • Object
show all
Defined in:
lib/chewy/strategy/resque.rb

Class Method Summary collapse

Class Method Details

.perform(type, ids) ⇒ Object



16
17
18
# File 'lib/chewy/strategy/resque.rb', line 16

def self.perform(type, ids)
  type.constantize.import!(ids)
end