Module: ActionController::Caching::Actions

Defined in:
lib/interlock/action_controller.rb

Overview

With Rails 2.1 action caching, we need to slip in our :expire param into the ActionCacheFilter options, so that when we write_fragment we can pass that in and allow shane’s #key_expiry to take effect (see def write in interlock/config.rb)

Defined Under Namespace

Modules: ClassMethods Classes: ActionCacheFilter