Module: AbstractController::Caching

Extended by:
ActiveSupport::Autoload, ActiveSupport::Concern
Includes:
ConfigMethods, Fragments
Included in:
ActionMailer::Base
Defined in:
actionpack/lib/abstract_controller/caching.rb,
actionpack/lib/abstract_controller/caching/fragments.rb

Defined Under Namespace

Modules: ClassMethods, ConfigMethods, Fragments

Instance Method Summary collapse

Methods included from ActiveSupport::Autoload

autoload, autoload_at, autoload_under, eager_autoload, eager_load!, extended

Methods included from ActiveSupport::Concern

append_features, class_methods, extended, included, prepend_features, prepended

Methods included from Fragments

#combined_fragment_cache_key, #expire_fragment, #fragment_exist?, #instrument_fragment_cache, #read_fragment, #write_fragment

Methods included from ConfigMethods

#cache_store, #cache_store=

Instance Method Details

#view_cache_dependenciesObject



52
53
54
# File 'actionpack/lib/abstract_controller/caching.rb', line 52

def view_cache_dependencies
  self.class._view_cache_dependencies.filter_map { |dep| instance_exec(&dep) }
end