8 lines
171 B
8 lines
171 B
2 years ago
|
class Form::Sales::Pages::Mortgageused < ::Form::Page
|
||
|
def questions
|
||
|
@questions ||= [
|
||
|
Form::Sales::Questions::Mortgageused.new(nil, nil, self),
|
||
|
]
|
||
|
end
|
||
|
end
|