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

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

Instance Method Summary collapse

Instance Method Details

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



75
76
77
78
# File 'lib/chewy/type/observe.rb', line 75

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