method
inherited
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::Delegation::DelegateCache
inherited(child_class)public
No documentation available.
# File activerecord/lib/active_record/relation/delegation.rb, line 44
def inherited(child_class)
child_class.initialize_relation_delegate_cache
super
end