Skip to content

Commit c1d3382

Browse files
committed
Add Time field to Band model
1 parent bda25d0 commit c1d3382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/support/models/band.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class Band
1515
field :rating, type: Float
1616
field :upserted, type: Mongoid::Boolean, default: false
1717
field :created, type: DateTime
18+
field :updated, type: Time
1819
field :sales, type: BigDecimal
1920
field :decimal, type: BSON::Decimal128
2021
field :y, as: :years, type: Integer

0 commit comments

Comments
 (0)