Method: CoreSystemConfiguration#secure_fields

Defined in:
lib/app/models/concerns/core_system_configuration.rb

#secure_fieldsObject

Make sure the password doesn’t get blanked out on an update



125
126
127
128
129
130
131
132
# File 'lib/app/models/concerns/core_system_configuration.rb', line 125

def secure_fields
  super + %i[smtp_password
             aws_access_secret
             mailgun_api_key
             switchboard_stack_api_token
             twilio_auth_token
             zendesk_token]
end