Module: ActiveRecord::Delegation::DelegateCache
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Extended In: | |
| Defined in: | activerecord/lib/active_record/relation/delegation.rb | 
Instance Method Summary
Instance Method Details
#inherited(child_class)
[ GitHub ]# File 'activerecord/lib/active_record/relation/delegation.rb', line 27
def inherited(child_class) child_class.initialize_relation_delegate_cache super end