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