Method: Chewy::Strategy::Urgent#update

Defined in:
lib/chewy/strategy/urgent.rb

#update(type, objects, _options = {}) ⇒ Object



12
13
14
# File 'lib/chewy/strategy/urgent.rb', line 12

def update(type, objects, _options = {})
  type.import!(Array.wrap(objects))
end