Method: Xapit::Client::Collection#not_where
- Defined in:
- lib/xapit/client/collection.rb
#not_where(conditions) ⇒ Object
32 33 34 |
# File 'lib/xapit/client/collection.rb', line 32 def not_where(conditions) scope(:not_where, where_conditions(conditions)) end |