aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/mateys.yml
diff options
context:
space:
mode:
authorJason Noble <perlwizard@gmail.com>2011-05-07 14:20:51 -0600
committerJason Noble <perlwizard@gmail.com>2011-05-07 14:20:51 -0600
commit7db2ef47a1966113dd5d52c2f620b8496acabf56 (patch)
tree187573f2b16aaedaa1e4ce5a0638619d06814995 /activerecord/test/fixtures/mateys.yml
parent3880ab0d7ca8d38c870279a1ad3495fba1c2995a (diff)
downloadrails-7db2ef47a1966113dd5d52c2f620b8496acabf56.tar.gz
rails-7db2ef47a1966113dd5d52c2f620b8496acabf56.tar.bz2
rails-7db2ef47a1966113dd5d52c2f620b8496acabf56.zip
Namespace Fixtures in ActiveRecord
[Fixes #439]
Diffstat (limited to 'activerecord/test/fixtures/mateys.yml')
-rw-r--r--activerecord/test/fixtures/mateys.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/test/fixtures/mateys.yml b/activerecord/test/fixtures/mateys.yml
index 9ecdd4ecd5..d3690955fc 100644
--- a/activerecord/test/fixtures/mateys.yml
+++ b/activerecord/test/fixtures/mateys.yml
@@ -1,4 +1,4 @@
blackbeard_to_redbeard:
- pirate_id: <%= Fixtures.identify(:blackbeard) %>
- target_id: <%= Fixtures.identify(:redbeard) %>
+ pirate_id: <%= ActiveRecord::Fixtures.identify(:blackbeard) %>
+ target_id: <%= ActiveRecord::Fixtures.identify(:redbeard) %>
weight: 10