module Switchman::ActionController::Caching

Public Class Methods

included(base) click to toggle source
# File lib/switchman/action_controller/caching.rb, line 23
def self.included(base)
  base.singleton_class.prepend(ConfigMethods)
end