Method: AbstractController::Caching::ConfigMethods#cache_store=
- Defined in:
- lib/abstract_controller/caching.rb
#cache_store=(store) ⇒ Object
19 20 21 |
# File 'lib/abstract_controller/caching.rb', line 19 def cache_store=(store) config.cache_store = ActiveSupport::Cache.lookup_store(*store) end |