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 bda25d0 commit c1d3382Copy full SHA for c1d3382
spec/support/models/band.rb
@@ -15,6 +15,7 @@ class Band
15
field :rating, type: Float
16
field :upserted, type: Mongoid::Boolean, default: false
17
field :created, type: DateTime
18
+ field :updated, type: Time
19
field :sales, type: BigDecimal
20
field :decimal, type: BSON::Decimal128
21
field :y, as: :years, type: Integer
0 commit comments