Fix #3842: Mods can demote other mods or admins.

This commit is contained in:
evazion
2018-08-25 13:52:50 -05:00
parent 0bb787d987
commit 3dafca9aec
7 changed files with 1 additions and 111 deletions

View File

@@ -1,10 +0,0 @@
module Moderator
module InvitationsHelper
def level_select
choices = []
choices << ["Gold", User::Levels::GOLD]
choices << ["Platinum", User::Levels::PLATINUM]
select(:invitation, :level, choices)
end
end
end