method
inherited
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::ClassMethods
inherited(child_class)public
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 40
def inherited(child_class) #:nodoc:
child_class.initialize_generated_modules
super
end