Browse Source

Update app/models/constants/case_log.rb

Co-authored-by: Paul Robert Lloyd <paulrobertlloyd@users.noreply.github.com>
pull/216/head
Dushan 4 years ago committed by GitHub
parent
commit
e6714231b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/models/constants/case_log.rb

2
app/models/constants/case_log.rb

@ -1092,6 +1092,6 @@ module Constants::CaseLog
"Yes - sheltered housing" => 1,
"Yes - extra care housing" => 2,
"No" => 3,
"Don't know" => 4,
"Dont know" => 4,
}.freeze
end

Loading…
Cancel
Save