Browse Source

CLDC-2610: set service unavailable to true if the env is staging

cldc-2610-aws-migration-dry-run
Chirag-Bhatti 1 year ago
parent
commit
2d9ca31b18
  1. 2
      app/services/feature_toggle.rb

2
app/services/feature_toggle.rb

@ -39,7 +39,7 @@ class FeatureToggle
end
def self.service_unavailable?
false
Rails.env.staging?
end
def self.service_moved?

Loading…
Cancel
Save