method

find_template

find_template(path=@path, [email protected])
private

No documentation available.

# File actionpack/lib/action_view/renderer/partial_renderer.rb, line 337
    def find_template(path=@path, [email protected])
      prefixes = path.include?(//) ? [] : @lookup_context.prefixes
      @lookup_context.find_template(path, prefixes, true, locals, @details)
    end