Sha256: c052d2319ce1cf1768cfdf02d0a3051577d3e888f91ae153594b033fbd7af34b
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 Bytes
Contents
module Fe class AnswerSheetQuestionSheet < ActiveRecord::Base 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, class_name: 'Fe::QuestionSheet' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fe-1.0.0 | app/models/fe/answer_sheet_question_sheet.rb |
fe-0.0.4 | app/models/fe/answer_sheet_question_sheet.rb |