class Syntropy::Router

def path_abs(path, base)

def path_abs(path, base)
  File.join(base, path)
end