aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/sponsors.yml
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-03-22 02:20:37 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2008-03-22 02:20:37 +0000
commit5c1be2812ddc81a3ac5b65c8a461a9622e41b31c (patch)
treeb97565500852ab3994059b455725225d3d6bd2f0 /activerecord/test/fixtures/sponsors.yml
parentf921a96e8506ca5d376a83f06b45ffd8df737fa7 (diff)
downloadrails-5c1be2812ddc81a3ac5b65c8a461a9622e41b31c.tar.gz
rails-5c1be2812ddc81a3ac5b65c8a461a9622e41b31c.tar.bz2
rails-5c1be2812ddc81a3ac5b65c8a461a9622e41b31c.zip
has_one :through supports :source_type. Fix up some tests. References #4756.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9075 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/test/fixtures/sponsors.yml')
-rw-r--r--activerecord/test/fixtures/sponsors.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/activerecord/test/fixtures/sponsors.yml b/activerecord/test/fixtures/sponsors.yml
index c116df0534..42df8957d1 100644
--- a/activerecord/test/fixtures/sponsors.yml
+++ b/activerecord/test/fixtures/sponsors.yml
@@ -1,3 +1,9 @@
moustache_club_sponsor_for_groucho:
sponsor_club: moustache_club
- sponsorable: groucho (Member) \ No newline at end of file
+ sponsorable: groucho (Member)
+boring_club_sponsor_for_groucho:
+ sponsor_club: boring_club
+ sponsorable: some_other_guy (Member)
+crazy_club_sponsor_for_groucho:
+ sponsor_club: crazy_club
+ sponsorable: some_other_guy (Member) \ No newline at end of file