instance method
inherited
Ruby on Rails 4.2.9
Since v4.1.16 Last seen in v4.2.9Available in: v4.1.16 v4.2.9
Signature
inherited(child_class)
No documentation comment.
Parameters
-
child_classreq
Source
# File activerecord/lib/active_record/relation/delegation.rb, line 27
def inherited(child_class)
child_class.initialize_relation_delegate_cache
super
end
Defined in activerecord/lib/active_record/relation/delegation.rb line 27
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Delegation::DelegateCache