method

join_relation

Method deprecated or moved

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

join_relation(joining_relation)
public

No documentation available.

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