Module: Chewy::Type::Observe::ClassMethods

Defined in:
lib/chewy/type/observe.rb

Instance Method Summary collapse

Instance Method Details

#update_index(objects, options = {}) ⇒ Object



69
70
71
72
# File 'lib/chewy/type/observe.rb', line 69

def update_index(objects, options = {})
  Chewy.strategy.current.update(self, objects, options)
  true
end