Browse Source
* Make the needs type question available in non-prod environments Co-authored-by: Ted-U <Ted-U@users.noreply.github.com> * lint fixes * fixes based on review * add hint text Co-authored-by: Ted-U <Ted-U@users.noreply.github.com>pull/666/head
Dushan
3 years ago
committed by
GitHub
6 changed files with 54 additions and 12 deletions
@ -0,0 +1,7 @@
|
||||
class FeatureToggle |
||||
def self.supported_housing_schemes_enabled? |
||||
return true unless Rails.env.production? |
||||
|
||||
false |
||||
end |
||||
end |
Loading…
Reference in new issue