Sha256: 1c7a928c2dad9a830d14384f22d9a1b1b7b1b6f66cc3e242fecd6c6e4330d130
Contents?: true
Size: 288 Bytes
Versions: 15
Compression:
Stored size: 288 Bytes
Contents
module Fe class AnswerSheetQuestionSheet < ApplicationRecord self.table_name = self.table_name.sub('fe_', Fe.table_name_prefix) belongs_to :answer_sheet, class_name: Fe.answer_sheet_class belongs_to :question_sheet, optional: true, class_name: 'Fe::QuestionSheet' end end
Version data entries
15 entries across 15 versions & 1 rubygems