Method: Chewy::Index::Crutch::Crutches#method_missing

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

#method_missing(name) ⇒ Object



18
19
20
21
22
# File 'lib/chewy/index/crutch.rb', line 18

def method_missing(name, *, **)
  return self[name] if @index._crutches.key?(name)

  super
end