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