Sha256: 5e3b2ea8ba44db52a8d3a9b31cb902a2f8cc653fa7875334809e9579c9cd4469

Contents?: true

Size: 204 Bytes

Versions: 29

Compression:

Stored size: 204 Bytes

Contents

# frozen_string_literal: true

class Location
  include Mongoid::Document
  field :name
  field :info, type: Hash
  field :occupants, type: Array
  field :number, type: Integer
  embedded_in :address
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
mongoid-8.0.3 spec/support/models/location.rb
mongoid-7.5.2 spec/support/models/location.rb
mongoid-8.0.2 spec/support/models/location.rb
mongoid-7.5.1 spec/support/models/location.rb
mongoid-7.4.3 spec/support/models/location.rb
mongoid-8.0.1 spec/support/models/location.rb
mongoid-7.5.0 spec/support/models/location.rb
mongoid-7.4.1 spec/support/models/location.rb
mongoid-7.4.0 spec/support/models/location.rb