Module: AbstractController::Caching
- Extended by:
- ActiveSupport::Autoload, ActiveSupport::Concern
- Includes:
- ConfigMethods, Fragments
- Defined in:
- lib/abstract_controller/caching.rb,
lib/abstract_controller/caching/fragments.rb
Defined Under Namespace
Modules: ClassMethods, ConfigMethods, Fragments
Instance Method Summary collapse
Methods included from Fragments
#combined_fragment_cache_key, #expire_fragment, #fragment_exist?, #instrument_fragment_cache, #read_fragment, #write_fragment
Methods included from ConfigMethods
Instance Method Details
#view_cache_dependencies ⇒ Object
52 53 54 |
# File 'lib/abstract_controller/caching.rb', line 52 def view_cache_dependencies self.class._view_cache_dependencies.filter_map { |dep| instance_exec(&dep) } end |