class ActiveRecord::Relation::WhereClause

def -(other)

def -(other)
  WhereClause.new(predicates - other.predicates)
end