aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/member_types.yml
diff options
context:
space:
mode:
authorMatt Jones <al2o3cr@gmail.com>2008-12-02 16:21:21 -0500
committerPratik Naik <pratiknaik@gmail.com>2008-12-18 19:19:36 +0000
commita9422cc1db9501a80ecf2c25a5d3b0c4f4f32763 (patch)
tree27f933f524f033434448fd953cf24285c36d007f /activerecord/test/fixtures/member_types.yml
parent8326b95169ae6af3b81f5596107fef9db4bcbbb0 (diff)
downloadrails-a9422cc1db9501a80ecf2c25a5d3b0c4f4f32763.tar.gz
rails-a9422cc1db9501a80ecf2c25a5d3b0c4f4f32763.tar.bz2
rails-a9422cc1db9501a80ecf2c25a5d3b0c4f4f32763.zip
Fix preloading of has_one :through associations on belongs_to [#1507 state:resolved]
Signed-off-by: Frederick Cheung <frederick.cheung@gmail.com>
Diffstat (limited to 'activerecord/test/fixtures/member_types.yml')
-rw-r--r--activerecord/test/fixtures/member_types.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/member_types.yml b/activerecord/test/fixtures/member_types.yml
new file mode 100644
index 0000000000..797a57430c
--- /dev/null
+++ b/activerecord/test/fixtures/member_types.yml
@@ -0,0 +1,6 @@
+founding:
+ id: 1
+ name: Founding
+provisional:
+ id: 2
+ name: Provisional