method

inherited

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActiveRecord::Base
inherited(child) 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 398 def self.inherited(child) #:nodoc: @@subclasses[self] ||= [] @@subclasses[self] << child super end
Register or log in to add new notes.