We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4963ab9 commit 36542c6Copy full SHA for 36542c6
docs/release-notes/mongoid-8.0.txt
@@ -360,7 +360,7 @@ No Longer Persisting Documents with Invalid ``belongs_to`` Associations
360
In Mongoid 8, if an invalid document is assigned to a ``belongs_to`` association,
361
and the base document is saved, if the ``belongs_to`` association had the
362
option ``optional: false`` or ``optional`` is unset and the global flag
363
-``require_belongs_to_by_default`` is true, neither the document nor the
+``belongs_to_required_by_default`` is true, neither the document nor the
364
associated document will be persisted. For example, given the following
365
models:
366
0 commit comments