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

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