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