Changeset 461
- Timestamp:
- 01/20/05 14:12:53 (4 years ago)
- Files:
-
- trunk/actionpack/lib/action_controller/caching.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/caching.rb
r447 r461 242 242 super 243 243 base.class_eval do 244 @@ cache_store = MemoryStore.new244 @@fragment_cache_store = MemoryStore.new 245 245 cattr_accessor :fragment_cache_store 246 246 end