added invites
This commit is contained in:
10
app/helpers/moderator/invitations_helper.rb
Normal file
10
app/helpers/moderator/invitations_helper.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
module Moderator
|
||||
module InvitationsHelper
|
||||
def level_select
|
||||
choices = []
|
||||
choices << ["Privileged", User::Levels::PRIVILEGED]
|
||||
choices << ["Contributor", User::Levels::CONTRIBUTOR]
|
||||
select(:invitation, :level, choices)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user