Method: Arel::UpdateManager#having
- Defined in:
- activerecord/lib/arel/update_manager.rb
#having(expr) ⇒ Object
44 45 46 47 |
# File 'activerecord/lib/arel/update_manager.rb', line 44 def having(expr) @ast.havings << expr self end |
44 45 46 47 |
# File 'activerecord/lib/arel/update_manager.rb', line 44 def having(expr) @ast.havings << expr self end |