module Qeweney::RoutingMethods
def route_relative_path
def route_relative_path @path_parts.empty? ? '/' : "/#{@path_parts[@path_parts_idx..-1].join('/')}" end
def route_relative_path @path_parts.empty? ? '/' : "/#{@path_parts[@path_parts_idx..-1].join('/')}" end