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