Method: Arel::DeleteManager#having
- Defined in:
- activerecord/lib/arel/delete_manager.rb
#having(expr) ⇒ Object
27 28 29 30 |
# File 'activerecord/lib/arel/delete_manager.rb', line 27 def having(expr) @ast.havings << expr self end |
27 28 29 30 |
# File 'activerecord/lib/arel/delete_manager.rb', line 27 def having(expr) @ast.havings << expr self end |