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 c51cd56 commit 2b1f6b0Copy full SHA for 2b1f6b0
docs/release-notes/mongoid-8.0.txt
@@ -62,7 +62,7 @@ Storing Uncastable Types and the ``validate_attribute_types`` Flag
62
63
In Mongoid 8, Mongoid deals with "uncastable values" based on the values of the
64
``validates_attribute_types`` flag. If the ``validates_attribute_types`` flag
65
-is set to true, an ``InvalidValue`` error is raise, and if it is set to false
+is set to true, a ``Mongoid:Errors::InvalidValue`` exception is raised, and if it is set to false
66
a ``nil`` is written. See the secion on :ref:`Uncastable Values <uncastable-values>`
67
for more details.
68
0 commit comments