-
Type: Bug
-
Resolution: Fixed
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: Docs
The documentation in https://www.mongodb.com/docs/mongoid/master/reference/collection-configuration/ shows how to create a capped collection. The code example references `client` (which is meant to be a Mongo::Client) but doesn't say how the user is supposed to obtain it. The example should be self-contained, for example it can define a model and use Model.collection.client to get to the client.
- related to
-
MONGOID-5370 API for creating time series collections
- Closed