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