-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
If provided with an array of ids with duplicate ids:
- Book.find(["both_have_same_id","both_have_same_id"])
Mongoid 3.0 gives the following error:
Document(s) not found for class Space with id(s) .
Even if a document with that id already exists.