This commit is contained in:
albert
2013-03-31 17:53:51 -04:00
parent 4946f23dc0
commit 0e052f2fd7
3 changed files with 7 additions and 2 deletions

View File

@@ -299,6 +299,9 @@ class User < ActiveRecord::Base
when Levels::ADMIN
"Admin"
else
""
end
end