https://jira.mongodb.org/browse/MONGOID-5019 introduced documentation on how users can alter/remove the `_id` field from Documents.
This is generally ill-advised and the documentation should explain what the risks/side-effects/broken functionality happens as a result.
For example, if you embed many docs without _id, you might not be able to atomically update/delete those docs.
- related to
-
MONGOID-5019 Document omitting _id field from embedded documents
- Closed
- links to