File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1108,8 +1108,10 @@ when working with fields whose names are prefixed with ``$`` or contain ``.``
1108
1108
("specially-named fields"):
1109
1109
1110
1110
* Mongoid's :ref:`field <field-types>` macro does not support defining specially-named fields.
1111
- * Mongoid does not support getting or setting the values of specially-named fields.
1112
- * Mongoid does not support queries or operations which reference specially-named fields.
1111
+ * Mongoid does not provide helper functions or idiomatic support for getting/setting
1112
+ the values of specially-named fields.
1113
+ * Mongoid does not provide helper functions or idiomatic support for queries/operations
1114
+ which reference specially-named fields.
1113
1115
* If a document existing in the database contains specially-named fields,
1114
1116
Mongoid will load the document normally **except** for its specially-named fields,
1115
1117
which will not be retrieved.
You can’t perform that action at this time.
0 commit comments