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

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