Method: ActiveForce::Query#not
- Defined in:
- lib/active_force/query.rb
#not(condition) ⇒ Object
46 47 48 |
# File 'lib/active_force/query.rb', line 46 def not condition condition ? where("NOT ((#{condition.join(') AND (')}))") : self end |