Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 461

Show
Ignore:
Timestamp:
01/20/05 14:12:53 (4 years ago)
Author:
david
Message:

Fixed that a default fragment store wan't being set to MemoryStore as intended

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_controller/caching.rb

    r447 r461  
    242242        super 
    243243        base.class_eval do 
    244           @@cache_store = MemoryStore.new 
     244          @@fragment_cache_store = MemoryStore.new 
    245245          cattr_accessor :fragment_cache_store 
    246246        end