class ActionView::PartialRenderer

def find_partial

def find_partial
  if path = @path
    find_template(path, @template_keys)
  end
end