Commit 5b4e81e1 authored by Serena Fang's avatar Serena Fang

Fix NameError Admin::ApplicationSettings::UpdateService

Uninitialized constant, should use
::ApplicationSettings::UpdateService instead

Changelog: fixed
parent c442612b
......@@ -253,7 +253,7 @@ class Admin::ApplicationSettingsController < Admin::ApplicationController
end
def perform_update
successful = ApplicationSettings::UpdateService
successful = ::ApplicationSettings::UpdateService
.new(@application_setting, current_user, application_setting_params)
.execute
......
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