6 lines
156 B
6 lines
156 B
2 years ago
|
class Form::Lettings::Pages::HousingBenefit < ::Form::Page
|
||
|
def questions
|
||
|
@questions ||= [Form::Lettings::Questions::Hb.new(nil, nil, self)]
|
||
|
end
|
||
|
end
|