method
find_partial
v6.0.0 -
Show latest stable
- Class:
ActionView::PartialRenderer
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