def decodePathCodeToPageId()

in path-manager/app/services/ShortUrlEncoder.scala [16:18]


  def decodePathCodeToPageId(code: String) = {
    base27decode(typographicallyDecode(code))
  }