method

new

new(relation, other)
public

No documentation available.

# File activerecord/lib/active_record/relation/merger.rb, line 45
      def initialize(relation, other)
        @relation = relation
        @values   = other.values
        @other    = other
      end