Fix saving "address_processing" config in admin

#251
This commit is contained in:
Artur Beljajev 2016-12-02 18:38:36 +02:00
parent 07f49d8ca6
commit 92b81f98fe

View file

@ -78,7 +78,8 @@ class Admin::SettingsController < AdminController
:registrar_ip_whitelist_enabled,
:api_ip_whitelist_enabled,
:request_confrimation_on_registrant_change_enabled,
:request_confirmation_on_domain_deletion_enabled
:request_confirmation_on_domain_deletion_enabled,
:address_processing
]
params[:settings].each do |k, v|