class ActionView::RenderParser
def resolve_path_directory(path)
def resolve_path_directory(path) if path.include?("/") path else "#{directory}/#{path}" end end
def resolve_path_directory(path) if path.include?("/") path else "#{directory}/#{path}" end end