class Syntropy::Router

def path_rel(path)

def path_rel(path)
  path.gsub(@rel_path_re, '')
end