From abc895b82829657d34f4902ce0cf04f0682bab63 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Apr 2005 10:52:05 +0000 Subject: Added new Base.find API and deprecated find_all, find_first. Added preliminary support for eager loading of associations git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1077 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/author.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 activerecord/test/fixtures/author.rb (limited to 'activerecord/test/fixtures/author.rb') diff --git a/activerecord/test/fixtures/author.rb b/activerecord/test/fixtures/author.rb new file mode 100644 index 0000000000..8d12190086 --- /dev/null +++ b/activerecord/test/fixtures/author.rb @@ -0,0 +1,3 @@ +class Author < ActiveRecord::Base + belongs_to :post +end \ No newline at end of file -- cgit v1.2.3