SFEley opened this issue 15 years ago · 1 comments
Currently you can't just to Person.id(whatever) -- if the 'magic' Person(whatever) method doesn't work, you have to do Person.first(_id: whatever).
This should change.
Collections aren't happy either. Being able to do People.id([whatever1, whatever2]) would be great.