Class: Chewy::Strategy::Urgent
- Defined in:
- lib/chewy/strategy/urgent.rb
Overview
Instance Method Summary collapse
Methods inherited from Base
#leave, #name, #update_chewy_indices
Instance Method Details
#update(type, objects, _options = {}) ⇒ Object
12 13 14 |
# File 'lib/chewy/strategy/urgent.rb', line 12 def update(type, objects, = {}) type.import!(Array.wrap(objects)) end |