Browse Source

Enable deduplication flow on staging

pull/1858/head
Kat 3 years ago
parent
commit
fa58d65cb7
  1. 2
      app/services/feature_toggle.rb

2
app/services/feature_toggle.rb

@ -31,7 +31,7 @@ class FeatureToggle
end end
def self.deduplication_flow_enabled? def self.deduplication_flow_enabled?
!Rails.env.production? && !Rails.env.staging? !Rails.env.production?
end end
def self.duplicate_summary_enabled? def self.duplicate_summary_enabled?

Loading…
Cancel
Save