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