Browse Source

reformat answer options for neatness

pull/1368/head
Arthur Campbell 3 years ago
parent
commit
6041c32ba7
  1. 9
      app/models/form/lettings/questions/rsnvac_first_let.rb

9
app/models/form/lettings/questions/rsnvac_first_let.rb

@ -12,11 +12,8 @@ class Form::Lettings::Questions::RsnvacFirstLet < ::Form::Question
end
ANSWER_OPTIONS = {
"16" =>
{ "value" => "First let of conversion, rehabilitation or acquired property" },
"17" =>
{ "value" => "First let of leased property" },
"15" =>
{ "value" => "First let of new-build property" },
"16" => { "value" => "First let of conversion, rehabilitation or acquired property" },
"17" => { "value" => "First let of leased property" },
"15" => { "value" => "First let of new-build property" },
}.freeze
end

Loading…
Cancel
Save