Browse Source

Enable merge organisations

pull/2088/head
Kat 2 years ago
parent
commit
ec7cdda67d
  1. 2
      app/services/feature_toggle.rb

2
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?

Loading…
Cancel
Save