This commit is contained in:
Toks
2013-07-12 18:29:11 -04:00
parent a30a104f47
commit 7fc16c14b1
5 changed files with 16 additions and 3 deletions

View File

@@ -201,6 +201,10 @@ class AnonymousUser
true
end
def custom_style
nil
end
%w(member banned gold builder platinum contributor janitor moderator admin).each do |name|
define_method("is_#{name}?") do
false