class Form::Lettings::Pages::Shelteredaccom < ::Form::Page def initialize(id, hsh, subsection) super @id = "shelteredaccom" @header = "" @depends_on = [{ "needstype" => 2 }] @description = "" end def questions @questions ||= [Form::Lettings::Questions::Sheltered.new(nil, nil, self)] end end