method

attribute_method_matchers

attribute_method_matchers(#:nodoc:)
private

No documentation available.

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