# File lib/arel/algebra/relations/operations/where.rb, line 12
    def wheres
      @wheres ||= relation.wheres + predicates
    end