method

find_template

find_template(path=@path, locals=@locals.keys)
private

No documentation available.

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