aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/clubs.yml
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2010-10-14 13:44:32 +0100
committerJon Leighton <j@jonathanleighton.com>2010-10-14 13:44:32 +0100
commit002985fb66ae63f157db84f83520c3c256c04f77 (patch)
treebbcb831a16fabb527746afe7aa6358e61cff521e /activerecord/test/fixtures/clubs.yml
parent25acd19da5f75a425218740fbb187b18bbb060ce (diff)
downloadrails-002985fb66ae63f157db84f83520c3c256c04f77.tar.gz
rails-002985fb66ae63f157db84f83520c3c256c04f77.tar.bz2
rails-002985fb66ae63f157db84f83520c3c256c04f77.zip
Add test_has_one_through_has_one_through_with_belongs_to_source_reflection
Diffstat (limited to 'activerecord/test/fixtures/clubs.yml')
-rw-r--r--activerecord/test/fixtures/clubs.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/test/fixtures/clubs.yml b/activerecord/test/fixtures/clubs.yml
index 1986d28229..82e439e8e5 100644
--- a/activerecord/test/fixtures/clubs.yml
+++ b/activerecord/test/fixtures/clubs.yml
@@ -1,6 +1,8 @@
boring_club:
name: Banana appreciation society
+ category_id: 1
moustache_club:
name: Moustache and Eyebrow Fancier Club
crazy_club:
- name: Skull and bones \ No newline at end of file
+ name: Skull and bones
+ category_id: 2