method
where
v6.1.3.1 -
Show 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