Sha256: 6d3409968810f7ca7cc4b1e5d07dddd3fb5b555535f78b6eba71532b77cc7dff

Contents?: true

Size: 407 Bytes

Versions: 19

Compression:

Stored size: 407 Bytes

Contents

# Read about fixtures at
# http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html

bob_ssn:
  user_id: <%= ActiveRecord::FixtureSet.identify(:bob) %> 
  content: <%= SecureRandom.hex %>

steve_ssn:
  user_id: <%= ActiveRecord::FixtureSet.identify(:steve) %>
  content: <%= SecureRandom.hex %>

susan_ssn:
  user_id: <%= ActiveRecord::FixtureSet.identify(:susan) %>
  content: <%= SecureRandom.hex %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
poly_belongs_to-1.0.0 test/fixtures/ssns.yml
poly_belongs_to-0.3.0 test/fixtures/ssns.yml
poly_belongs_to-0.2.9 test/fixtures/ssns.yml
poly_belongs_to-0.2.8 test/fixtures/ssns.yml
poly_belongs_to-0.2.7 test/fixtures/ssns.yml
poly_belongs_to-0.2.6 test/fixtures/ssns.yml
poly_belongs_to-0.2.5 test/fixtures/ssns.yml
poly_belongs_to-0.2.4 test/fixtures/ssns.yml
poly_belongs_to-0.2.3 test/fixtures/ssns.yml
poly_belongs_to-0.2.2 test/fixtures/ssns.yml
poly_belongs_to-0.2.1 test/fixtures/ssns.yml
poly_belongs_to-0.2.0 test/fixtures/ssns.yml
poly_belongs_to-0.1.10 test/fixtures/ssns.yml
poly_belongs_to-0.1.9 test/fixtures/ssns.yml
poly_belongs_to-0.1.8 test/fixtures/ssns.yml
poly_belongs_to-0.1.7 test/fixtures/ssns.yml
poly_belongs_to-0.1.6 test/fixtures/ssns.yml
poly_belongs_to-0.1.5 test/fixtures/ssns.yml
poly_belongs_to-0.1.4 test/fixtures/ssns.yml