aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/parrots_pirates.yml
blob: 66472243c7f4e9d1f99ff8eca1246daff638e387 (plain) (blame)
1
2
3
4
5
6
7
george_blackbeard:
  parrot_id: <%= ActiveRecord::Fixtures.identify(:george) %>
  pirate_id: <%= ActiveRecord::Fixtures.identify(:blackbeard) %>

louis_blackbeard:
  parrot_id: <%= ActiveRecord::Fixtures.identify(:louis) %>
  pirate_id: <%= ActiveRecord::Fixtures.identify(:blackbeard) %>