module Arel::TreeManager::StatementMethods

def where(expr)

def where(expr)
  @ast.wheres << expr
  self
end