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
Class Method Details
.included(base) ⇒ Object
23 24 25 |
# File 'lib/switchman/action_controller/caching.rb', line 23 def self.included(base) base.singleton_class.prepend(ConfigMethods) end |