method
inherited
v4.2.1 -
Show latest stable
- Class:
ActiveRecord::Core::ClassMethods
inherited(child_class)public
No documentation available.
# File activerecord/lib/active_record/core.rb, line 121
def inherited(child_class) # :nodoc:
child_class.initialize_find_by_cache
super
end