File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,9 +313,9 @@ You can use the ``BigDecimal`` type to store numbers with increased precision.
313313{+odm+} stores ``BigDecimal`` values in two different ways, depending on the
314314value you set for the ``Mongoid.map_big_decimal_to_decimal128`` configuration property:
315315
316- - If set to ``true``, {+odm+} stores ``BigDecimal`` values as BSON ``Decimal128``
316+ - If set to ``true`` (default) , {+odm+} stores ``BigDecimal`` values as BSON ``Decimal128``
317317 values.
318- - If set to ``false`` (default) , {+odm+} stores ``BigDecimal`` values as strings.
318+ - If set to ``false``, {+odm+} stores ``BigDecimal`` values as strings.
319319
320320Consider the following limitations when setting the
321321``Mongoid.map_big_decimal_to_decimal128`` option to ``true``:
You can’t perform that action at this time.
0 commit comments