rename references of privileged to gold
This commit is contained in:
@@ -197,7 +197,7 @@ class AnonymousUser
|
||||
""
|
||||
end
|
||||
|
||||
%w(member banned privileged builder platinum contributor janitor moderator admin).each do |name|
|
||||
%w(member banned gold builder platinum contributor janitor moderator admin).each do |name|
|
||||
define_method("is_#{name}?") do
|
||||
false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user