Sha256: d0a1ed369d26d36e95cf480f7f4efd3737d975297d44e67de550ec5095122fc6

Contents?: true

Size: 146 Bytes

Versions: 24

Compression:

Stored size: 146 Bytes

Contents

class CountryCode
  include Mongoid::Document
  field :code, :type => Integer
  key :code
  embedded_in :phone_number, :class_name => "Phone"
end

Version data entries

24 entries across 24 versions & 5 rubygems

Version Path
mongoid_spacial-0.2.17 spec/models/country_code.rb
sig_mongoid_spacial-0.2.17 spec/models/country_code.rb
cb_mongoid_spacial-0.2.16 spec/models/country_code.rb
mongoid_geospatial-1.0.0 spec/models/country_code.rb
mongoid_geospatial-1.0.0rc1 spec/models/country_code.rb
mongoid_geospatial-1.0.0rc0 spec/models/country_code.rb
mongoid_spacial-0.2.16 spec/models/country_code.rb
mongoid_spacial-0.2.13 spec/models/country_code.rb
mongoid_spacial-0.2.12 spec/models/country_code.rb
mongoid_spacial-0.2.11 spec/models/country_code.rb
mongoid_spacial-0.2.10 spec/models/country_code.rb
mongoid_spacial-0.2.8 spec/models/country_code.rb
mongoid_spacial-0.2.7 spec/models/country_code.rb
mongoid_spacial-0.2.6 spec/models/country_code.rb
mongoid_spacial-0.2.5 spec/models/country_code.rb
mongoid_spacial-0.2.4 spec/models/country_code.rb
mongoid_spacial-0.2.3 spec/models/country_code.rb
mongoid_spacial-0.2.2 spec/models/country_code.rb
mongoid_spacial-0.2.0 spec/models/country_code.rb
mongoid_spacial-0.1.1 spec/models/country_code.rb