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