Sha256: a9985590973f8937ec44cd8b6f0d3a9b8eb254a66bc2f0497c5c516b3dff846b

Contents?: true

Size: 148 Bytes

Versions: 8

Compression:

Stored size: 148 Bytes

Contents

# coding: utf-8

class UserWithAnyCode
  include Mongoid::Document

  field :phone, type: RussianPhone.field(default_country: 7), validate: true
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
russian_phone-0.8.0 spec/support/user_with_any_code.rb
russian_phone-0.7.0 spec/support/user_with_any_code.rb
russian_phone-0.6.1 spec/support/user_with_any_code.rb
russian_phone-0.6.0 spec/support/user_with_any_code.rb
russian_phone-0.5.3 spec/support/user_with_any_code.rb
russian_phone-0.5.2 spec/support/user_with_any_code.rb
russian_phone-0.5.1 spec/support/user_with_any_code.rb
russian_phone-0.5.0 spec/support/user_with_any_code.rb