Sha256: ff1475c2f109bd708ff1ccda182f7472a1861ed02f4802d126fe731376e67f8c

Contents?: true

Size: 110 Bytes

Versions: 13

Compression:

Stored size: 110 Bytes

Contents

class Phone
  include Mongoid::Document
  field :number

  embeds_one :country_code
  embedded_in :person
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
mongoid_geospatial-3.1.0 spec/models/phone.rb
mongoid_geospatial-3.0.0 spec/models/phone.rb
mongoid_geospatial-2.8.3 spec/models/phone.rb
mongoid_geospatial-2.8.2 spec/models/phone.rb
mongoid_geospatial-2.8.1 spec/models/phone.rb
mongoid_geospatial-2.8.0 spec/models/phone.rb
mongoid_geospatial-2.7.2 spec/models/phone.rb
mongoid_geospatial-2.7.1 spec/models/phone.rb
mongoid_geospatial-2.7.0 spec/models/phone.rb
mongoid_geospatial-2.5.1 spec/models/phone.rb
mongoid_geospatial-2.5.0 spec/models/phone.rb
mongoid_geospatial-2.3.0 spec/models/phone.rb
mongoid_geospatial-2.2.0 spec/models/phone.rb