Flowdock
method

inherited

Importance_0
inherited(child_class) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/attribute_methods.rb, line 23
      def inherited(child_class) #:nodoc:
        child_class.initialize_generated_modules
        super
      end
Register or log in to add new notes.