aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/README
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/README')
-rwxr-xr-xactionpack/README2
1 files changed, 1 insertions, 1 deletions
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