method
where
rails latest stable - Class:
Arel::TreeManager
where(expr)public
No documentation available.
# File activerecord/lib/arel/tree_manager.rb, line 64
def where(expr)
if Arel::TreeManager === expr
expr = expr.ast
end
@ctx.wheres << expr
self
end