method

find_partial

find_partial()
private

No documentation available.

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