Browse Source

remove feature toggle

pull/2077/head
Kat 2 years ago
parent
commit
88b5c1aa30
  1. 2
      app/services/feature_toggle.rb

2
app/services/feature_toggle.rb

@ -45,6 +45,6 @@ class FeatureToggle
end end
def self.sales_managing_organisation_enabled? def self.sales_managing_organisation_enabled?
Rails.env.test? || Rails.env.review? || Rails.env.development? true
end end
end end

Loading…
Cancel
Save