Browse Source

move out RENT_TYPE_MAPPING to constants file

pull/147/head
Kat 4 years ago
parent
commit
08325343cb
  1. 9
      app/models/constants/case_log.rb

9
app/models/constants/case_log.rb

@ -714,4 +714,13 @@ module Constants::CaseLog
"Intermediate Rent General needs LA" => 11,
"Intermediate Rent Supported housing LA" => 12,
}.freeze
RENT_TYPE_MAPPING = {
"Social rent" => "Social Rent",
"Affordable rent" => "Affordable Rent",
"London Affordable rent" => "Affordable Rent",
"Rent to buy" => "Intermediate Rent",
"London living rent" => "Intermediate Rent",
"Other intermediate rent product" => "Intermediate Rent",
}.freeze
end

Loading…
Cancel
Save