Sha256: 8573a6a9c87046bfda2722fd2df41122f8404723b2c649a73d31643f2e1cff2b
Contents?: true
Size: 223 Bytes
Versions: 10
Compression:
Stored size: 223 Bytes
Contents
module Gaku class ExamPortionScore < ActiveRecord::Base belongs_to :student belongs_to :exam_portion has_many :attendances, as: :attendancable validates :student, :exam_portion, presence: true end end
Version data entries
10 entries across 10 versions & 2 rubygems