From 89a55edd59ef23029fac3ceb9dbefc60505b8d89 Mon Sep 17 00:00:00 2001 From: "antoine.lizee" Date: Mon, 29 Jun 2015 22:22:14 +0200 Subject: [ci skip] doc: making clear that perform_caching has a limited impact --- actionpack/lib/action_controller/caching.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/caching.rb b/actionpack/lib/action_controller/caching.rb index de85e0c1a7..a4e4992cfe 100644 --- a/actionpack/lib/action_controller/caching.rb +++ b/actionpack/lib/action_controller/caching.rb @@ -8,7 +8,7 @@ module ActionController # # You can read more about each approach by clicking the modules below. # - # Note: To turn off all caching, set + # Note: To turn off all caching provided by Action Controller, set # config.action_controller.perform_caching = false # # == \Caching stores -- cgit v1.2.3