Browse Source

CLDC-4339: set allow_future_form_use? false for all envs (#3285)

pull/3300/head v0.6.7
Nat Dean-Lewis 5 days ago committed by GitHub
parent
commit
5090c0a5e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/services/feature_toggle.rb

2
app/services/feature_toggle.rb

@ -1,6 +1,6 @@
class FeatureToggle
def self.allow_future_form_use?
Rails.env.development? || Rails.env.review? || Rails.env.staging?
false
end
def self.bulk_upload_duplicate_log_check_enabled?

Loading…
Cancel
Save