fixes #3007: Eliminate Janitor role

This commit is contained in:
r888888888
2017-05-01 14:38:16 -07:00
parent 99ed0cc437
commit 48e9856f37
22 changed files with 17 additions and 144 deletions

View File

@@ -257,7 +257,7 @@ class AnonymousUser
false
end
%w(member banned gold builder platinum janitor moderator admin).each do |name|
%w(member banned gold builder platinum moderator admin).each do |name|
define_method("is_#{name}?") do
false
end