method
inherited
v7.1.3.4 -
Show latest stable
- Class:
ActiveModel::AttributeMethods::ClassMethods
inherited(base)private
No documentation available.
# File activemodel/lib/active_model/attribute_methods.rb, line 380
def inherited(base) # :nodoc:
super
base.class_eval do
@attribute_method_patterns_cache = nil
end
end