origin icon indicating copy to clipboard operation
origin copied to clipboard

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

Open durran opened this issue 12 years ago • 1 comments

See mongoid/mongoid#2396

durran avatar Sep 25 '12 08:09 durran

Ex:

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

durran avatar May 11 '13 18:05 durran