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