diff options
Diffstat (limited to 'actionpack/lib/action_controller')
-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 13dbf9e3d4..cc80217bd6 100644 --- a/actionpack/lib/action_controller/caching.rb +++ b/actionpack/lib/action_controller/caching.rb @@ -241,7 +241,7 @@ module ActionController #:nodoc: def self.append_features(base) #:nodoc: super base.class_eval do - @@cache_store = MemoryStore.new + @@fragment_cache_store = MemoryStore.new cattr_accessor :fragment_cache_store end end |