method
having
v7.1.3.2 -
Show latest stable
- Class:
Arel::Table
having(expr)public
No documentation available.
# File activerecord/lib/arel/table.rb, line 82
def having(expr)
from.having expr
end having(expr)No documentation available.
# File activerecord/lib/arel/table.rb, line 82
def having(expr)
from.having expr
end