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