module ActiveRecord::Delegation::DelegateCache
Public Instance Methods
inherited(child_class)
click to toggle source
Calls superclass method
# File lib/active_record/relation/delegation.rb, line 27 def inherited(child_class) child_class.initialize_relation_delegate_cache super end