File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ module FieldTypes
21
21
float : Float ,
22
22
hash : Hash ,
23
23
integer : Integer ,
24
- object : Object ,
24
+ # object: Object,
25
25
object_id : BSON ::ObjectId ,
26
26
range : Range ,
27
27
regexp : Regexp ,
@@ -30,7 +30,7 @@ module FieldTypes
30
30
stringified_symbol : Mongoid ::StringifiedSymbol ,
31
31
symbol : Symbol ,
32
32
time : Time ,
33
- time_with_zone : ActiveSupport ::TimeWithZone
33
+ # time_with_zone: ActiveSupport::TimeWithZone,
34
34
} . with_indifferent_access . freeze
35
35
36
36
class << self
Original file line number Diff line number Diff line change 341
341
float : Float ,
342
342
hash : Hash ,
343
343
integer : Integer ,
344
- object : Object ,
344
+ # object: Object,
345
345
object_id : BSON ::ObjectId ,
346
346
range : Range ,
347
347
regexp : Regexp ,
350
350
stringified_symbol : Mongoid ::StringifiedSymbol ,
351
351
symbol : Symbol ,
352
352
time : Time ,
353
- time_with_zone : ActiveSupport ::TimeWithZone
353
+ # time_with_zone: ActiveSupport::TimeWithZone,
354
354
} . each do |field_type , field_klass |
355
355
356
356
it "converts Symbol :#{ field_type } to #{ field_klass } " do
You can’t perform that action at this time.
0 commit comments