aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-05-11 12:01:08 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-05-11 12:20:54 -0700
commitddbeb15a5e7e0c3c5f316ccf65b557bc5311a6c4 (patch)
tree96af79cc6a1fbf6be739102bd2afeec1f2df7ef6 /activerecord/test/fixtures
parente1854e0b199fba352ddcaa58a3af168e8cc70e3a (diff)
downloadrails-ddbeb15a5e7e0c3c5f316ccf65b557bc5311a6c4.tar.gz
rails-ddbeb15a5e7e0c3c5f316ccf65b557bc5311a6c4.tar.bz2
rails-ddbeb15a5e7e0c3c5f316ccf65b557bc5311a6c4.zip
Revert "Fixed bug with polymorphic has_one :as pointing to an STI record"
[#2594 state:open] This reverts commit 99c103be1165da9c8299bc0977188ecf167e06a5.
Diffstat (limited to 'activerecord/test/fixtures')
-rw-r--r--activerecord/test/fixtures/organizations.yml4
-rw-r--r--activerecord/test/fixtures/sponsors.yml4
2 files changed, 2 insertions, 6 deletions
diff --git a/activerecord/test/fixtures/organizations.yml b/activerecord/test/fixtures/organizations.yml
index 05d620fbc6..25295bff87 100644
--- a/activerecord/test/fixtures/organizations.yml
+++ b/activerecord/test/fixtures/organizations.yml
@@ -2,6 +2,4 @@ nsa:
name: No Such Agency
discordians:
name: Discordians
-sponsorable:
- name: We Need Money
- type: SponsorableOrganization
+
diff --git a/activerecord/test/fixtures/sponsors.yml b/activerecord/test/fixtures/sponsors.yml
index 97a7784047..42df8957d1 100644
--- a/activerecord/test/fixtures/sponsors.yml
+++ b/activerecord/test/fixtures/sponsors.yml
@@ -6,6 +6,4 @@ boring_club_sponsor_for_groucho:
sponsorable: some_other_guy (Member)
crazy_club_sponsor_for_groucho:
sponsor_club: crazy_club
- sponsorable: some_other_guy (Member)
-org_sponsor:
- sponsorable: sponsorable (SponsorableOrganization) \ No newline at end of file
+ sponsorable: some_other_guy (Member) \ No newline at end of file