Skip to content

Commit

Permalink
Fix AC actions caching comment
Browse files Browse the repository at this point in the history
  • Loading branch information
avakhov committed Mar 24, 2012
1 parent 7feec40 commit 23b3ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_controller/caching/actions.rb
Expand Up @@ -40,7 +40,7 @@ module Caching
#
# 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.
#
Expand Down

0 comments on commit 23b3ea5

Please sign in to comment.