Flowdock
method

view_cache_dependencies

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: 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/abstract_controller/caching.rb, line 48
    def view_cache_dependencies
      self.class._view_cache_dependencies.map { |dep| instance_exec(&dep) }.compact
    end
Register or log in to add new notes.