class Syntropy::Router
def path_canonical(rel_path, kind)
def path_canonical(rel_path, kind) clean = path_clean(rel_path, kind) clean.empty? ? @mount_path : File.join(@mount_path, clean) end
def path_canonical(rel_path, kind) clean = path_clean(rel_path, kind) clean.empty? ? @mount_path : File.join(@mount_path, clean) end