Module: CX
- Defined in:
- lib/cx/mongo_query/operators.rb,
lib/cx/mongo_query/version.rb
Overview
Include this module or use as module_function. EG
and( eq(:name, 'Smith'), eq(:dob, '19991231'))
=>
{"$and"=>[{"name"=>{"$eq"=>"Fred"}}, {"dob"=>{"$eq"=>"19991231"}}]}
Defined Under Namespace
Modules: Mongo