Browse Source

lint

pull/713/head
Kat 3 years ago
parent
commit
36be8cf8c2
  1. 2
      app/models/derived_variables/case_log_variables.rb

2
app/models/derived_variables/case_log_variables.rb

@ -7,7 +7,7 @@ module DerivedVariables::CaseLogVariables
"Shared house or hostel" => 4, "Shared house or hostel" => 4,
"Bungalow" => 5, "Bungalow" => 5,
"Self-contained house" => 6, "Self-contained house" => 6,
}.freeze }.freeze
def supported_housing_schemes_enabled? def supported_housing_schemes_enabled?
FeatureToggle.supported_housing_schemes_enabled? FeatureToggle.supported_housing_schemes_enabled?

Loading…
Cancel
Save