From 2b33a129c1a4938b1a1764489572924b8e9bab13 Mon Sep 17 00:00:00 2001 From: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:08:21 +0100 Subject: [PATCH] Enable merge organisations (#2088) --- 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 3121883d8..563bade3a 100644 --- a/app/services/feature_toggle.rb +++ b/app/services/feature_toggle.rb @@ -25,7 +25,7 @@ class FeatureToggle end def self.merge_organisations_enabled? - !Rails.env.production? + true end def self.deduplication_flow_enabled?