Browse Source

lint

CLDC-1469-local-authority-question-sales
Ted-U 2 years ago
parent
commit
f8f3dd0ad5
  1. 3
      app/models/form/sales/questions/local_authority.rb

3
app/models/form/sales/questions/local_authority.rb

@ -8,7 +8,6 @@ class Form::Sales::Questions::LocalAuthority < ::Form::Question
@type = "select"
@page = page
@answer_options = ANSWER_OPTIONS
end
ANSWER_OPTIONS = {
@ -330,5 +329,5 @@ class Form::Sales::Questions::LocalAuthority < ::Form::Question
"E07000239" => "Wyre Forest",
"E06000014" => "York",
}.freeze
}.freeze
end
Loading…
Cancel
Save