Browse Source

Remove redundant assignments

pull/1392/head
Kat 3 years ago
parent
commit
58bed0d8c1
  1. 1
      app/models/form/sales/questions/prevloc.rb
  2. 1
      app/models/form/sales/questions/property_local_authority.rb

1
app/models/form/sales/questions/prevloc.rb

@ -5,7 +5,6 @@ class Form::Sales::Questions::Prevloc < ::Form::Question
@check_answer_label = "Local authority of buyer 1’s last settled accommodation"
@header = "Select a local authority"
@type = "select"
@answer_options = answer_options
@inferred_check_answers_value = [{
"condition" => {
"previous_la_known" => 0,

1
app/models/form/sales/questions/property_local_authority.rb

@ -5,7 +5,6 @@ class Form::Sales::Questions::PropertyLocalAuthority < ::Form::Question
@check_answer_label = "Local authority"
@header = "What is the local authority of the property?"
@type = "select"
@answer_options = answer_options
end
def answer_options

Loading…
Cancel
Save