module Chewy::Index::Observe::ClassMethods
Public Instance Methods
update_index(objects, options = {})
click to toggle source
# File lib/chewy/index/observe.rb, line 65 def update_index(objects, options = {}) Chewy.strategy.current.update(self, objects, options) true end