method
find_template
rails latest stable - Class:
ActionView::Partials::PartialRenderer
find_template(path=@path)private
No documentation available.
# File actionpack/lib/action_view/render/partials.rb, line 353
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