From 3438807a94c5ee98d5e776d87bf6a0cd2c7d94a9 Mon Sep 17 00:00:00 2001 From: Jack S Date: Thu, 29 Jun 2023 11:36:43 +0100 Subject: [PATCH] Set new_data_protection_confirmation to true --- 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