forked from External/greenlight
Added mapping roles through email to site settings (#2373)
This commit is contained in:
@ -121,6 +121,10 @@ module AdminsHelper
|
||||
@settings.get_value("Room Limit").to_i
|
||||
end
|
||||
|
||||
def email_mapping
|
||||
@settings.get_value("Email Mapping")
|
||||
end
|
||||
|
||||
# Room Configuration
|
||||
|
||||
def room_configuration_string(name)
|
||||
|
Reference in New Issue
Block a user