module ActionController::Caching::ConfigMethods
def cache_store=(store)
def cache_store=(store) config.cache_store = ActiveSupport::Cache.lookup_store(store) end
def cache_store=(store) config.cache_store = ActiveSupport::Cache.lookup_store(store) end