Method: Elastictastic::Callbacks#update

Defined in:
lib/elastictastic/callbacks.rb

#update(options = {}) ⇒ Object



20
21
22
# File 'lib/elastictastic/callbacks.rb', line 20

def update(options = {})
  with_callbacks(:update, options) { super }
end