diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-07-22 05:14:30 -0700 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-07-22 05:14:30 -0700 |
commit | b904701ff6f060a5bde85faab54449dd25d4ef5a (patch) | |
tree | 84f8490372188ec2b5a034348e7e69e8c2e2dabe | |
parent | 891a573c759e6d3e71ac888107c271e32009eba7 (diff) | |
parent | 0d477e40a8fa5a8c8d722226ceabdba71b7b63a4 (diff) | |
download | rails-b904701ff6f060a5bde85faab54449dd25d4ef5a.tar.gz rails-b904701ff6f060a5bde85faab54449dd25d4ef5a.tar.bz2 rails-b904701ff6f060a5bde85faab54449dd25d4ef5a.zip |
Merge pull request #11551 from skammer/patch-1
Removed random dot in ActionController docs [ci skip]
-rw-r--r-- | actionpack/lib/action_controller/caching.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/caching.rb b/actionpack/lib/action_controller/caching.rb index 5352e5ffe2..12d798d0c1 100644 --- a/actionpack/lib/action_controller/caching.rb +++ b/actionpack/lib/action_controller/caching.rb @@ -9,7 +9,7 @@ module ActionController # You can read more about each approach by clicking the modules below. # # Note: To turn off all caching, set - # config.action_controller.perform_caching = false. + # config.action_controller.perform_caching = false # # == \Caching stores # |