Repository URL to install this package:
|
Version:
2.23.0 ▾
|
module JPlatform
module AdminHelper
def client_status_rank(status)
{"active" => 1, "suspended" => 5, "closed" => 9}[status] || 10
end
end
end