method

attribute_method_matchers

attribute_method_matchers()
private

No documentation available.

# File activemodel/lib/active_model/attribute_methods.rb, line 370
        def attribute_method_matchers #:nodoc:
          read_inheritable_attribute(:attribute_method_matchers) || write_inheritable_attribute(:attribute_method_matchers, [])
        end