bsw@1735: SurveyQuestion = mondelefant.new_class() bsw@1735: SurveyQuestion.table = 'survey_question' bsw@1735: bsw@1735: SurveyQuestion:add_reference{ bsw@1735: mode = 'm1', bsw@1735: to = "Survey", bsw@1735: this_key = 'survey_id', bsw@1735: that_key = 'id', bsw@1735: ref = 'survey', bsw@1735: }