method
where
v8.1.1 -
Show latest stable
- Class:
Arel::TreeManager::StatementMethods
where(expr)public
No documentation available.
# File activerecord/lib/arel/tree_manager.rb, line 39
def where(expr)
@ast.wheres << expr
self
end