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 6e79c61 commit cdce0c6Copy full SHA for cdce0c6
lib/mongoid/fields/field_types.rb
@@ -17,7 +17,7 @@ module FieldTypes
17
boolean: Mongoid::Boolean,
18
date: Date,
19
date_time: DateTime,
20
- decimal128: BSON::Decimal128,
+ #decimal128: BSON::Decimal128,
21
double: Float,
22
float: Float,
23
hash: Hash,
spec/mongoid/fields_spec.rb
@@ -337,7 +337,7 @@
337
338
339
340
341
342
343
0 commit comments