class ActionView::Partials::PartialRenderer
def find_template(path=@path)
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
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