Object
DependencyTracker for ActionView to support cache digest
Matches:
extends "categories/show"
partial "categories/show"
# File lib/rabl/tracker.rb, line 20 def self.call(name, template) new(name, template).dependencies end
# File lib/rabl/tracker.rb, line 24 def initialize(name, template) @name, @template = name, template end
# File lib/rabl/tracker.rb, line 28 def dependencies (extends_dependencies + partial_dependencies).uniq end
[Validate]
Generated with the Darkfish Rdoc Generator 2.