mongoid / origin

A Ruby DSL for building MongoDB queries
http://mongoid.org/en/origin/index.html
MIT License
62 stars 29 forks source link

Ensure chaining #where calls can merge on the same key. #49

Open durran opened 11 years ago

durran commented 11 years ago

See mongoid/mongoid#2396

durran commented 11 years ago

Ex:

Post.where(:'comments.author_id' => u1.id).where(:'comments.author_id'.ne => u2.id)