Flowdock
method

inherited

Importance_0
v3.2.13 - Show latest stable - 0 notes - Class: ActiveRecord::Base
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/base.rb, line 396
      def inherited(child_class) #:nodoc:
        child_class.initialize_generated_modules
        super
      end
Register or log in to add new notes.