From 978cc128055d7fa760a5afc98278028fce04b9bc Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Wed, 24 Jan 2024 16:46:05 +0000 Subject: [PATCH] refactor: simplify --- .../questions/first_time_property_let_as_social_housing.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/form/lettings/questions/first_time_property_let_as_social_housing.rb b/app/models/form/lettings/questions/first_time_property_let_as_social_housing.rb index 9ad561474..10fe5752d 100644 --- a/app/models/form/lettings/questions/first_time_property_let_as_social_housing.rb +++ b/app/models/form/lettings/questions/first_time_property_let_as_social_housing.rb @@ -7,7 +7,6 @@ class Form::Lettings::Questions::FirstTimePropertyLetAsSocialHousing < ::Form::Q @type = "radio" @check_answers_card_number = 0 @hint_text = "" - @answer_options = answer_options @question_number = 14 end