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