method

join_relation

rails latest stable - Class: ActiveRecord::Associations::JoinDependency::JoinAssociation

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

join_relation(joining_relation)
public

No documentation available.

# File activerecord/lib/active_record/associations/join_dependency/join_association.rb, line 156
        def join_relation(joining_relation)
          self.join_type = Arel::OuterJoin
          joining_relation.joins(self)
        end