aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorKyle <kyle@arch64>2009-04-08 16:31:04 -0600
committerKyle <kyle@arch64>2009-04-08 16:31:04 -0600
commit192110544d45920563376e129142bde0fc65b48d (patch)
treed62e57d4cc19b613df7f9b15e1146d50625eea42 /actionpack
parent986b3f805d1e9d6e5c2de096dbc5857fb1b3d826 (diff)
downloadrails-192110544d45920563376e129142bde0fc65b48d.tar.gz
rails-192110544d45920563376e129142bde0fc65b48d.tar.bz2
rails-192110544d45920563376e129142bde0fc65b48d.zip
Fixed confusing wording in ActionCachePath
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/caching/actions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/caching/actions.rb b/actionpack/lib/action_controller/caching/actions.rb
index 87b5029e57..b99feddf77 100644
--- a/actionpack/lib/action_controller/caching/actions.rb
+++ b/actionpack/lib/action_controller/caching/actions.rb
@@ -134,7 +134,7 @@ module ActionController #:nodoc:
end
end
- # When true, infer_extension will look up the cache path extension from the request's path & format.
+ # If +infer_extension+ is true, the cache path extension is looked up from the request's path & format.
# This is desirable when reading and writing the cache, but not when expiring the cache -
# expire_action should expire the same files regardless of the request format.
def initialize(controller, options = {}, infer_extension = true)