Method: ActionController::Caching::ConfigMethods#cache_store=

Defined in:
lib/action_controller/caching.rb

#cache_store=(store) ⇒ Object



48
49
50
# File 'lib/action_controller/caching.rb', line 48

def cache_store=(store)
  config.cache_store = ActiveSupport::Cache.lookup_store(store)
end