Sha256: 852f333f2589cc57e4f28bd2a81b7973e56bd772d4bbd94a2d7dd7bc07f901f6

Contents?: true

Size: 572 Bytes

Versions: 19

Compression:

Stored size: 572 Bytes

Contents

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

bob_address:
  addressable_id:   <%= ActiveRecord::FixtureSet.identify(:bob_prof) %>
  addressable_type: Profile
  content:          <%= SecureRandom.hex %>

steve_address:
  addressable_id:   <%= ActiveRecord::FixtureSet.identify(:steve_prof) %>
  addressable_type: Profile
  content:          <%= SecureRandom.hex %>

susan_address:
  addressable_id:   <%= ActiveRecord::FixtureSet.identify(:susan_prof) %>
  addressable_type: Profile
  content:          <%= SecureRandom.hex %>

Version data entries

19 entries across 19 versions & 1 rubygems

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