diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/arel/algebra/relations/operations/where.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/arel/algebra/relations/operations/where.rb b/lib/arel/algebra/relations/operations/where.rb index 3b70b49f3a..d851aebc44 100644 --- a/lib/arel/algebra/relations/operations/where.rb +++ b/lib/arel/algebra/relations/operations/where.rb @@ -12,13 +12,6 @@ module Arel @wheres ||= relation.wheres + predicates end - def == other - super || - Where === other && - relation == other.relation && - predicates == other.predicates - end - def engine engine = relation.engine |