Commit b5920807 authored by Michael Kozono's avatar Michael Kozono

Ensure default settings are exposed in UI

Without this change, `authorized_keys_enabled` is unchecked when it is nil, even if it should be checked by default.
parent d9958c11
......@@ -53,7 +53,7 @@ class Admin::ApplicationSettingsController < Admin::ApplicationController
private
def set_application_setting
@application_setting = ApplicationSetting.current
@application_setting = current_application_settings
end
def application_setting_params
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment