method
having
v8.0.0 -
Show latest stable
- Class:
Arel::UpdateManager
having(expr)public
No documentation available.
# File activerecord/lib/arel/update_manager.rb, line 44
def having(expr)
@ast.havings << expr
self
end