method
attribute_method_matchers
v3.0.0 -
Show latest stable
- Class:
ActiveModel::AttributeMethods::ClassMethods
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