instance method inherited

Ruby on Rails 4.1.16

Since v4.1.16 Last seen in v4.2.9

Available in: v4.1.16 v4.2.9

Signature

inherited(child_class)

No documentation comment.

Parameters

child_class req
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

Type at least 2 characters to search.

↑↓ navigate · open · esc close