From 057cf4918bbc3573321f610a12c29676373b8f0c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 10 Apr 2005 17:24:56 +0000 Subject: Added support for has_and_belongs_to_many associations in eager loading #1064 [Dan Peterson] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1132 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/categories.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 activerecord/test/fixtures/categories.yml (limited to 'activerecord/test/fixtures/categories.yml') diff --git a/activerecord/test/fixtures/categories.yml b/activerecord/test/fixtures/categories.yml new file mode 100644 index 0000000000..2ce34d6f9f --- /dev/null +++ b/activerecord/test/fixtures/categories.yml @@ -0,0 +1,7 @@ +general: + id: 1 + name: General + +technology: + id: 2 + name: Technology -- cgit v1.2.3