instance method construct_join_dependency

Ruby on Rails 5.2.8.1

Since v4.1.16 Last seen in v5.2.8.1 Private

Available in: v4.1.16 v4.2.9 v5.2.8.1

Signature

construct_join_dependency()

No documentation comment.

Source
# File activerecord/lib/active_record/relation/finder_methods.rb, line 378
      def construct_join_dependency
        including = eager_load_values + includes_values
        ActiveRecord::Associations::JoinDependency.new(
          klass, table, including
        )
      end

Defined in activerecord/lib/active_record/relation/finder_methods.rb line 378 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::FinderMethods

Type at least 2 characters to search.

↑↓ navigate · open · esc close