# File lib/arel/table.rb, line 71
    def where condition
      from(self).where condition
    end