aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/mateys.yml
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-05-07 15:33:51 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-05-07 15:33:51 -0700
commit820b6f3da02da447dd113400edffa37927cb4579 (patch)
treed8c694e8c2d3f05bf755f88badd6323011ad4dbd /activerecord/test/fixtures/mateys.yml
parent0ef978d1d2fc44134ccda2a21ec6f1984fb0b699 (diff)
parente5c18ff2cc666b306d1e4693f2110759902a5561 (diff)
downloadrails-820b6f3da02da447dd113400edffa37927cb4579.tar.gz
rails-820b6f3da02da447dd113400edffa37927cb4579.tar.bz2
rails-820b6f3da02da447dd113400edffa37927cb4579.zip
Merge pull request #442 from jasonnoble/namespace_fixtures
Namespace Fixtures in ActiveRecord
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