class Chewy::UndefinedUpdateStrategy

Public Class Methods

new(_type) click to toggle source
Calls superclass method
# File lib/chewy/errors.rb, line 9
    def initialize(_type)
      super <<-MESSAGE
  Index update strategy is undefined for current context.
  Please wrap your code with `Chewy.strategy(:strategy_name) block.`
      MESSAGE
    end