aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/peoples_treasures.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/peoples_treasures.yml')
-rw-r--r--activerecord/test/fixtures/peoples_treasures.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/peoples_treasures.yml b/activerecord/test/fixtures/peoples_treasures.yml
new file mode 100644
index 0000000000..46abe50e6c
--- /dev/null
+++ b/activerecord/test/fixtures/peoples_treasures.yml
@@ -0,0 +1,3 @@
+michael_diamond:
+ rich_person_id: <%= ActiveRecord::FixtureSet.identify(:michael) %>
+ treasure_id: <%= ActiveRecord::FixtureSet.identify(:diamond) %>