instance method construct_join_dependency

Ruby on Rails 4.1.16

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(joins = [])

No documentation comment.

Parameters

joins opt = []
Source
# File activerecord/lib/active_record/relation/finder_methods.rb, line 353
    def construct_join_dependency(joins = [])
      including = eager_load_values + includes_values
      ActiveRecord::Associations::JoinDependency.new(@klass, including, joins)
    end

Defined in activerecord/lib/active_record/relation/finder_methods.rb line 353 · 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