Method: Chewy::Strategy::Base#update
- Defined in:
- lib/chewy/strategy/base.rb
#update(type, _objects, _options = {}) ⇒ Object
This method called when some model tries to update index
17 18 19 |
# File 'lib/chewy/strategy/base.rb', line 17 def update(type, _objects, = {}) raise UndefinedUpdateStrategy, type end |