bunch of stuffs

This commit is contained in:
jomo
2013-07-28 02:47:10 +02:00
parent c00532aff2
commit 2699751d86
19 changed files with 299 additions and 54 deletions

View File

@@ -34,6 +34,6 @@ module UsersHelper
def ranks
# Lower case !!!
{"visitor" => 10, "member" => 20, "builder" => 30, "donor" => 40, "donor+" => 45, "mod" => 100, "admin" => 200, "superadmin" => 500}
{"default" => 10, "donor" => 40, "mod" => 100, "admin" => 200, "superadmin" => 500}
end
end
end