aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-07-09 12:20:24 +0200
committerXavier Noria <fxn@hashref.com>2011-07-09 12:20:24 +0200
commitb65bd01d555651e278099ec2fe5cf9c7db7608d9 (patch)
treeb275ac1809531f396e0edcb02776d849c81eff2f /actionpack/lib/action_view
parent6917c65f048b3b5d09ac80271b0c94eae0120f0c (diff)
parent1835aba6f176950b3d5532895f90b8a92a23f476 (diff)
downloadrails-b65bd01d555651e278099ec2fe5cf9c7db7608d9.tar.gz
rails-b65bd01d555651e278099ec2fe5cf9c7db7608d9.tar.bz2
rails-b65bd01d555651e278099ec2fe5cf9c7db7608d9.zip
Merge branch 'master' of git://github.com/lifo/docrails
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r--actionpack/lib/action_view/helpers/atom_feed_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/atom_feed_helper.rb b/actionpack/lib/action_view/helpers/atom_feed_helper.rb
index a087688a2c..39c37b25dc 100644
--- a/actionpack/lib/action_view/helpers/atom_feed_helper.rb
+++ b/actionpack/lib/action_view/helpers/atom_feed_helper.rb
@@ -20,7 +20,7 @@ module ActionView
# # GET /posts.html
# # GET /posts.atom
# def index
- # @posts = Post.find(:all)
+ # @posts = Post.all
#
# respond_to do |format|
# format.html