We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c010baf + 1ad693a commit 945e098Copy full SHA for 945e098
lib/action_controller/caching/actions.rb
@@ -36,7 +36,7 @@ module Caching
36
# are treated like separate requests and so are cached separately.
37
# Keep in mind when expiring an action cache that
38
# <tt>action: 'lists'</tt> is not the same as
39
- # <tt>action: 'list', format: :xml</tt>.
+ # <tt>action: 'lists', format: :xml</tt>.
40
#
41
# You can modify the default action cache path by passing a
42
# <tt>:cache_path</tt> option. This will be passed directly to
0 commit comments