method

view_cache_dependencies

rails latest stable - Class: ActionController::Caching

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

view_cache_dependencies()
public

No documentation available.

# File actionpack/lib/action_controller/caching.rb, line 75
    def view_cache_dependencies
      self.class._view_cache_dependencies.map { |dep| instance_exec(&dep) }.compact
    end