Module: Switchman::ActionController::Caching

Includes:
ConfigMethods
Defined in:
lib/switchman/action_controller/caching.rb

Defined Under Namespace

Modules: ConfigMethods

Class Method Summary collapse

Methods included from ConfigMethods

#cache_store, #cache_store=

Class Method Details

.included(base) ⇒ Object



21
22
23
# File 'lib/switchman/action_controller/caching.rb', line 21

def self.included(base)
  base.extend(ConfigMethods)
end