Sha256: 811302e980a053de030a47ade9db89842ee137c7ca4a7b855245dd4c5a8d4033

Contents?: true

Size: 397 Bytes

Versions: 2

Compression:

Stored size: 397 Bytes

Contents

cell:
  id: 1
  phoneable_id: 1
  phoneable_type: Person
  country_code: 1
  number: 1234567890
  created_at: <%= Time.now.to_s(:db) %>
  updated_at: <%= Time.now.to_s(:db) %>
  kind: cell
  
work:
  id: 2
  phoneable_id: 1
  phoneable_type: Person
  country_code: 1
  number: 1234567891
  extension: 123
  created_at: <%= Time.now.to_s(:db) %>
  updated_at: <%= Time.now.to_s(:db) %>
  kind: work

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
has_phone_numbers-0.0.1 test/app_root/test/fixtures/phone_numbers.yml
has_phone_numbers-0.0.2 test/fixtures/phone_numbers.yml