Sha256: e0fdcd2024339cbd0242c23526f094301ef2880c84b2febf4e9795cde5788479
Contents?: true
Size: 170 Bytes
Versions: 14
Compression:
Stored size: 170 Bytes
Contents
module Sis module Core class CourseRegistration < ApplicationRecord belongs_to :course belongs_to :student belongs_to :semester end end end
Version data entries
14 entries across 14 versions & 1 rubygems