module ActionView::Pathfinder::PartialRenderer
Private Instance Methods
find_template(path, locals)
click to toggle source
Calls superclass method
# File lib/actionview/pathfinder/partial_renderer.rb, line 6 def find_template(path, locals) template = Pathfinder::Template.new(super) template end