aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/taggings.yml
diff options
context:
space:
mode:
authorTobias Lütke <tobias.luetke@gmail.com>2005-12-16 23:24:58 +0000
committerTobias Lütke <tobias.luetke@gmail.com>2005-12-16 23:24:58 +0000
commit5f06c483ca6a0434409aa12ec272654bc26735dd (patch)
tree4d4e05b12d3aa659550e972f65ae5e2712869ff8 /activerecord/test/fixtures/taggings.yml
parent85fe1ecaefe415ac1de36883f5f6162f49bd5287 (diff)
downloadrails-5f06c483ca6a0434409aa12ec272654bc26735dd.tar.gz
rails-5f06c483ca6a0434409aa12ec272654bc26735dd.tar.bz2
rails-5f06c483ca6a0434409aa12ec272654bc26735dd.zip
Fixed :through relations when using STI inherited classes would use the inherited class's name as foreign key on the join model
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3315 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/test/fixtures/taggings.yml')
-rw-r--r--activerecord/test/fixtures/taggings.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/taggings.yml b/activerecord/test/fixtures/taggings.yml
index ca171346f1..dced625580 100644
--- a/activerecord/test/fixtures/taggings.yml
+++ b/activerecord/test/fixtures/taggings.yml
@@ -3,3 +3,9 @@ welcome_general:
tag_id: 1
taggable_id: 1
taggable_type: Post
+
+thinking_general:
+ id: 2
+ tag_id: 1
+ taggable_id: 2
+ taggable_type: Post