module Qeweney::RoutingMethods

def route_relative_path

def route_relative_path
  @path_parts[@path_parts_idx..-1].join('/')
end