Method: Arel::Table#having
- Defined in:
- activerecord/lib/arel/table.rb
#having(expr) ⇒ Object
78 79 80 |
# File 'activerecord/lib/arel/table.rb', line 78 def having(expr) from.having expr end |
78 79 80 |
# File 'activerecord/lib/arel/table.rb', line 78 def having(expr) from.having expr end |