aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2011-07-08 01:12:09 +0900
committerAkira Matsuda <ronnie@dio.jp>2011-07-08 06:13:21 +0900
commita3683fd0e4980ae4926497ba7c7b7e8606f3e88e (patch)
tree0baa4591ebd5f418b9b595176bda793a274f350f /actionpack/lib/action_view/helpers
parent1d3f833a5425487cae1e3073b52ebf285eff03f9 (diff)
downloadrails-a3683fd0e4980ae4926497ba7c7b7e8606f3e88e.tar.gz
rails-a3683fd0e4980ae4926497ba7c7b7e8606f3e88e.tar.bz2
rails-a3683fd0e4980ae4926497ba7c7b7e8606f3e88e.zip
find(:all) => all
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-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