method

where

where(expr)
public

No documentation available.

# File activerecord/lib/arel/tree_manager.rb, line 39
      def where(expr)
        @ast.wheres << expr
        self
      end