Module: Chewy::Type::Observe::ClassMethods
- Defined in:
- lib/chewy/type/observe.rb
Instance Method Summary collapse
Instance Method Details
#update_index(objects, options = {}) ⇒ Object
46 47 48 49 |
# File 'lib/chewy/type/observe.rb', line 46 def update_index(objects, = {}) Chewy.strategy.current.update(self, objects, ) true end |