Flowdock
method

view_cache_dependencies

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: ActionController::Caching
view_cache_dependencies() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/caching.rb, line 85
    def view_cache_dependencies
      self.class._view_cache_dependencies.map { |dep| instance_exec(&dep) }.compact
    end
Register or log in to add new notes.