|
|
@ -29,11 +29,11 @@ class FeatureToggle |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def self.deduplication_flow_enabled? |
|
|
|
def self.deduplication_flow_enabled? |
|
|
|
!Rails.env.production? |
|
|
|
true |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def self.duplicate_summary_enabled? |
|
|
|
def self.duplicate_summary_enabled? |
|
|
|
!Rails.env.production? |
|
|
|
true |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def self.service_unavailable? |
|
|
|
def self.service_unavailable? |
|
|
|