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