method
find_template
v3.0.0 -
Show latest stable
- Class:
ActionView::Partials::PartialRenderer
find_template(path=@path)private
No documentation available.
# File actionpack/lib/action_view/render/partials.rb, line 309
def find_template(path=@path)
return path unless path.is_a?(String)
prefix = @view.controller_path unless path.include?(?/)
@view.find_template(path, prefix, true)
end