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