Browse Source

Enable merge organisations (#2088)

pull/2086/head v0.4.0
kosiakkatrina 1 year ago committed by GitHub
parent
commit
2b33a129c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/services/feature_toggle.rb

2
app/services/feature_toggle.rb

@ -25,7 +25,7 @@ class FeatureToggle
end end
def self.merge_organisations_enabled? def self.merge_organisations_enabled?
!Rails.env.production? true
end end
def self.deduplication_flow_enabled? def self.deduplication_flow_enabled?

Loading…
Cancel
Save