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 2a1d3c4 commit 48dab78Copy full SHA for 48dab78
lib/mongoid/fields/field_types.rb
@@ -12,7 +12,6 @@ module FieldTypes
12
# @api private
13
DEFAULT_MAPPING = {
14
array: Array,
15
- bigdecimal: BigDecimal,
16
big_decimal: BigDecimal,
17
binary: BSON::Binary,
18
boolean: Mongoid::Boolean,
spec/mongoid/fields_spec.rb
@@ -332,7 +332,6 @@
332
333
{
334
335
336
337
338
0 commit comments