From e278b72bf3238353906a6cb928410aaf712556f4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 31 Aug 2006 23:38:03 +0000 Subject: Fixed a few find_alls git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4888 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/README') diff --git a/actionpack/README b/actionpack/README index 88bcab8461..f37507f35f 100755 --- a/actionpack/README +++ b/actionpack/README @@ -366,7 +366,7 @@ methods: layout "weblog/layout" def index - @posts = Post.find_all + @posts = Post.find(:all) end def display -- cgit v1.2.3