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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/test/fixtures/peoples_treasures.yml b/activerecord/test/fixtures/peoples_treasures.yml
index a72b190d0c..46abe50e6c 100644
--- a/activerecord/test/fixtures/peoples_treasures.yml
+++ b/activerecord/test/fixtures/peoples_treasures.yml
@@ -1,3 +1,3 @@
michael_diamond:
- rich_person_id: <%= ActiveRecord::Fixtures.identify(:michael) %>
- treasure_id: <%= ActiveRecord::Fixtures.identify(:diamond) %>
+ rich_person_id: <%= ActiveRecord::FixtureSet.identify(:michael) %>
+ treasure_id: <%= ActiveRecord::FixtureSet.identify(:diamond) %>