1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/fixtures/parrots_pirates.yml

8 lines
297 B
YAML
Raw Normal View History

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) %>