|
|
|
@ -6,6 +6,9 @@ class Form::Lettings::Pages::ReasonForLeavingLastSettledHomeRenewal < ::Form::Pa
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
def questions |
|
|
|
|
@questions ||= [Form::Lettings::Questions::ReasonRenewal.new(nil, nil, self)] |
|
|
|
|
@questions ||= [ |
|
|
|
|
Form::Lettings::Questions::ReasonRenewal.new(nil, nil, self), |
|
|
|
|
Form::Lettings::Questions::Reasonother.new(nil, nil, self), |
|
|
|
|
] |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|