Files
clientsflow/research/chatwoot/enterprise/app/models/enterprise/account_user.rb

6 lines
138 B
Ruby

module Enterprise::AccountUser
def permissions
custom_role.present? ? (custom_role.permissions + ['custom_role']) : super
end
end