method

attribute_method_matchers

rails latest stable - Class: ActiveModel::AttributeMethods::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

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