1 changed files with 0 additions and 15 deletions
@ -1,15 +0,0 @@
|
||||
class Form::Setup::Pages::CreatedBy < ::Form::Page |
||||
def initialize(id, hsh, subsection) |
||||
super |
||||
@id = "created_by" |
||||
@header = "" |
||||
@description = "" |
||||
@subsection = subsection |
||||
end |
||||
|
||||
def questions |
||||
@questions ||= [ |
||||
Form::Setup::Questions::CreatedById.new(nil, nil, self), |
||||
] |
||||
end |
||||
end |
Loading…
Reference in new issue