aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_view_overview.md
diff options
context:
space:
mode:
authorStan Lo <a22301613@yahoo.com.tw>2016-02-25 00:39:04 +0800
committerStan Lo <a22301613@yahoo.com.tw>2016-02-25 00:39:04 +0800
commit569cb157e7d0427f4e8ba82d5d42f04ea8b75082 (patch)
tree1d81957e3c1c5047aaa5cc05927a83fac58cd488 /guides/source/action_view_overview.md
parentf7ce370e602eadf44e3367d853baa8fde66bdb02 (diff)
downloadrails-569cb157e7d0427f4e8ba82d5d42f04ea8b75082.tar.gz
rails-569cb157e7d0427f4e8ba82d5d42f04ea8b75082.tar.bz2
rails-569cb157e7d0427f4e8ba82d5d42f04ea8b75082.zip
Fix ActionView's cache section reference
Diffstat (limited to 'guides/source/action_view_overview.md')
-rw-r--r--guides/source/action_view_overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md
index 5e6eae1071..205335864f 100644
--- a/guides/source/action_view_overview.md
+++ b/guides/source/action_view_overview.md
@@ -599,7 +599,7 @@ This would add something like "Process data files (0.34523)" to the log, which y
#### cache
-A method for caching fragments of a view rather than an entire action or page. This technique is useful for caching pieces like menus, lists of news topics, static HTML fragments, and so on. This method takes a block that contains the content you wish to cache. See `ActionController::Caching::Fragments` for more information.
+A method for caching fragments of a view rather than an entire action or page. This technique is useful for caching pieces like menus, lists of news topics, static HTML fragments, and so on. This method takes a block that contains the content you wish to cache. See `ActionDispatch::Caching::Fragments` for more information.
```erb
<% cache do %>