From fe047c0633ed28ba11c09c29c74e1626cf072e7b Mon Sep 17 00:00:00 2001 From: Jack <113976590+bibblobcode@users.noreply.github.com> Date: Thu, 29 Jun 2023 14:40:29 +0100 Subject: [PATCH] Set new_data_protection_confirmation to true (#1733) --- app/services/feature_toggle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/feature_toggle.rb b/app/services/feature_toggle.rb index 2690d1e06..2bc081b56 100644 --- a/app/services/feature_toggle.rb +++ b/app/services/feature_toggle.rb @@ -31,6 +31,6 @@ class FeatureToggle end def self.new_data_protection_confirmation? - !Rails.env.production? + true end end