From c75baaa4ba91e4b23b2f21419af052ac7222bdbe Mon Sep 17 00:00:00 2001 From: Mario de la Ossa Date: Mon, 4 Jun 2018 13:37:43 -0600 Subject: Backport changes in app/services/application_settings/update_service.rb --- app/services/application_settings/update_service.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/services/application_settings/update_service.rb b/app/services/application_settings/update_service.rb index e70445cfb67..7bcb8f49d0d 100644 --- a/app/services/application_settings/update_service.rb +++ b/app/services/application_settings/update_service.rb @@ -1,5 +1,7 @@ module ApplicationSettings class UpdateService < ApplicationSettings::BaseService + attr_reader :params, :application_setting + def execute update_terms(@params.delete(:terms)) -- cgit v1.2.1