From 4b639904d7bc4407657767bb963997bc78678d03 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 27 Oct 2007 18:51:32 +0000 Subject: Fix has_many :through delete with custom foreign keys. Closes #6466. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8043 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/books.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 activerecord/test/fixtures/books.yml (limited to 'activerecord/test/fixtures/books.yml') diff --git a/activerecord/test/fixtures/books.yml b/activerecord/test/fixtures/books.yml new file mode 100644 index 0000000000..473663ff5b --- /dev/null +++ b/activerecord/test/fixtures/books.yml @@ -0,0 +1,7 @@ +awdr: + id: 1 + name: "Agile Web Development with Rails" + +rfr: + id: 2 + name: "Ruby for Rails" -- cgit v1.2.3