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.
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.