mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix AC actions caching comment
This commit is contained in:
parent
7feec40b89
commit
23b3ea5324
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue