Sha256: 13482a05569950170cbf7f199bb7c4fe26212f1f74eb0407173839ea7ad62b19

Contents?: true

Size: 476 Bytes

Versions: 5

Compression:

Stored size: 476 Bytes

Contents

1:
  id: 1
  model_type: User
  model_id: 1
  name: tel
  value: '111-123-4567'
  effective_at: <%= Date.today - 1.month %>
2:
  id: 2
  model_type: User
  model_id: 1
  name: tel
  value: '222-123-4567'
  effective_at: <%= Date.today %>
3:
  id: 3
  model_type: User
  model_id: 1
  name: tel
  value: '333-123-4567'
  effective_at: <%= Date.today + 1.day %>
4:
  id: 4
  model_type: User
  model_id: 1
  name: company_id
  value: 1
  effective_at: <%= Date.today - 1.day %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nostalgic-0.5.0 test/fixtures/nostalgic/attrs.yml
nostalgic-0.4.1 test/fixtures/nostalgic/attrs.yml
nostalgic-0.4.0 test/fixtures/nostalgic/attrs.yml
nostalgic-0.3.0 test/fixtures/nostalgic/attrs.yml
nostalgic-0.2.0 test/fixtures/nostalgic/attrs.yml