From 959f362ac483bb12dab7d0207d973f1ebadcb033 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 2 Jan 2005 13:51:00 +0000 Subject: Added find_all style to the new dynamic finders git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@308 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/topics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/test/fixtures') diff --git a/activerecord/test/fixtures/topics.yml b/activerecord/test/fixtures/topics.yml index 5571bd914c..f4942acb6c 100644 --- a/activerecord/test/fixtures/topics.yml +++ b/activerecord/test/fixtures/topics.yml @@ -15,7 +15,7 @@ second: title: The Second Topic's of the day author_name: Mary written_on: 2003-07-15 15:28:00 - content: Have a great day! + content: Have a nice day approved: 1 replies_count: 2 parent_id: 1 -- cgit v1.2.3