Module: Chewy::Index::Observe::ClassMethods
- Defined in:
- lib/chewy/index/observe.rb
Instance Method Summary collapse
Instance Method Details
#update_index(objects, options = {}) ⇒ Object
10 11 12 13 |
# File 'lib/chewy/index/observe.rb', line 10 def update_index(objects, = {}) Chewy.strategy.current.update(self, objects, ) true end |