Merge branch 'master' of github.com:r888888888/danbooru

This commit is contained in:
albert
2013-03-30 12:14:19 -04:00
22 changed files with 52 additions and 28 deletions

View File

@@ -355,6 +355,10 @@ class User < ActiveRecord::Base
return true
end
def level_class
"user-#{level_string.downcase}"
end
end
module EmailMethods