Module: Chewy::Index::Crutch::ClassMethods

Defined in:
lib/chewy/index/crutch.rb

Instance Method Summary collapse

Instance Method Details

#crutch(name, &block) ⇒ Object



44
45
46
# File 'lib/chewy/index/crutch.rb', line 44

def crutch(name, &block)
  self._crutches = _crutches.merge(name.to_sym => block)
end