method

find_partial

find_partial()
private

No documentation available.

# File actionview/lib/action_view/renderer/partial_renderer.rb, line 375
    def find_partial
      if path = @path
        find_template(path, @template_keys)
      end
    end