diff options
author | Jon Leighton <j@jonathanleighton.com> | 2010-10-19 12:47:19 +0100 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2010-10-19 12:47:19 +0100 |
commit | 596cc3b2329a9cc4a30c95c157ce36b2d08975df (patch) | |
tree | 2a67f6a9270bb528ad5df8bc805f2ef121e93858 /activerecord/test/fixtures | |
parent | 9ec07348749675110843c44f680da79223218db2 (diff) | |
download | rails-596cc3b2329a9cc4a30c95c157ce36b2d08975df.tar.gz rails-596cc3b2329a9cc4a30c95c157ce36b2d08975df.tar.bz2 rails-596cc3b2329a9cc4a30c95c157ce36b2d08975df.zip |
Respect the :primary_key option on the through_reflection of (non-nested) through associations
Diffstat (limited to 'activerecord/test/fixtures')
-rw-r--r-- | activerecord/test/fixtures/essays.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/essays.yml b/activerecord/test/fixtures/essays.yml new file mode 100644 index 0000000000..8c96a469e6 --- /dev/null +++ b/activerecord/test/fixtures/essays.yml @@ -0,0 +1,6 @@ +david_modest_proposal: + name: A Modest Proposal + writer_type: Author + writer_id: David + category_id: 1 + author_id: David |