method

where

rails latest stable - Class: Arel::Table
where(condition)
public

No documentation available.

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