aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/caching
diff options
context:
space:
mode:
authorAlexey Vakhov <vakhov@gmail.com>2012-03-24 17:22:24 +0400
committerAlexey Vakhov <vakhov@gmail.com>2012-03-24 17:22:24 +0400
commit23b3ea5324c2adab311c1eb8c2a394cef6af946b (patch)
tree36bac27c63c9d1ffd1c7a03bd11e42f3742a9822 /actionpack/lib/action_controller/caching
parent7feec40b89ada892ca6f107ada27ceedde505d83 (diff)
downloadrails-23b3ea5324c2adab311c1eb8c2a394cef6af946b.tar.gz
rails-23b3ea5324c2adab311c1eb8c2a394cef6af946b.tar.bz2
rails-23b3ea5324c2adab311c1eb8c2a394cef6af946b.zip
Fix AC actions caching comment
Diffstat (limited to 'actionpack/lib/action_controller/caching')
-rw-r--r--actionpack/lib/action_controller/caching/actions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/caching/actions.rb b/actionpack/lib/action_controller/caching/actions.rb
index ba96735e56..f3ec46ce22 100644
--- a/actionpack/lib/action_controller/caching/actions.rb
+++ b/actionpack/lib/action_controller/caching/actions.rb
@@ -40,7 +40,7 @@ module ActionController #:nodoc:
#
# You can modify the default action cache path by passing a
# <tt>:cache_path</tt> option. This will be passed directly to
- # <tt>ActionCachePath.path_for</tt>. This is handy for actions with
+ # <tt>ActionCachePath.new</tt>. This is handy for actions with
# multiple possible routes that should be cached differently. If a
# block is given, it is called with the current controller instance.
#