aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/categorizations.yml
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2010-10-14 12:59:16 +0100
committerJon Leighton <j@jonathanleighton.com>2010-10-14 12:59:16 +0100
commitbc821a56114ae6f6d0b595475ad9e71f01f46f35 (patch)
tree68f73c478155eec9c722c4cf7ab194938385ccc5 /activerecord/test/fixtures/categorizations.yml
parent22782e2cc131863b72e457636f9a995a6ae50136 (diff)
downloadrails-bc821a56114ae6f6d0b595475ad9e71f01f46f35.tar.gz
rails-bc821a56114ae6f6d0b595475ad9e71f01f46f35.tar.bz2
rails-bc821a56114ae6f6d0b595475ad9e71f01f46f35.zip
Added test_has_many_through_has_many_with_has_many_through_habtm_source_reflection and make it pass
Diffstat (limited to 'activerecord/test/fixtures/categorizations.yml')
-rw-r--r--activerecord/test/fixtures/categorizations.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/categorizations.yml b/activerecord/test/fixtures/categorizations.yml
index c5b6fc9a51..62e5bd111a 100644
--- a/activerecord/test/fixtures/categorizations.yml
+++ b/activerecord/test/fixtures/categorizations.yml
@@ -15,3 +15,9 @@ mary_thinking_general:
author_id: 2
post_id: 2
category_id: 1
+
+bob_misc_by_bob_technology:
+ id: 4
+ author_id: 3
+ post_id: 8
+ category_id: 2