method

find_partial

find_partial(path, template_keys)
private

No documentation available.

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