method
inherited
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::ClassMethods
inherited(child_class)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 265
def inherited(child_class)
super
child_class.initialize_generated_modules
child_class.class_eval do
@alias_attributes_mass_generated = false
@attribute_names = nil
end
end