class ActiveRecord::Relation::Merger

def initialize(relation, other)

def initialize(relation, other)
  @relation = relation
  @values   = other.values
  @other    = other
end