method
find_template
v7.1.3.2 -
Show latest stable
- Class:
ActionView::PartialRenderer
find_template(path, locals)private
No documentation available.
# File actionview/lib/action_view/renderer/partial_renderer.rb, line 262
def find_template(path, locals)
prefixes = path.include?(//) ? [] : @lookup_context.prefixes
@lookup_context.find_template(path, prefixes, true, locals, @details)
end