Sha256: cf79d1c8c82415eea7a14097539c25db65a5e75474cde0ec339e203808998813

Contents?: true

Size: 460 Bytes

Versions: 18

Compression:

Stored size: 460 Bytes

Contents

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

bob_geo_loc:
  address_id: <%= ActiveRecord::FixtureSet.identify(:bob_address) %>
  content:    <%= SecureRandom.hex %>

steve_geo_loc:
  address_id: <%= ActiveRecord::FixtureSet.identify(:steve_address) %>
  content:    <%= SecureRandom.hex %>

susan_geo_loc:
  address_id: <%= ActiveRecord::FixtureSet.identify(:susan_address) %>
  content:    <%= SecureRandom.hex %>

Version data entries

18 entries across 18 versions & 1 rubygems

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