module Sis module Core class CourseRegistration < ApplicationRecord belongs_to :course belongs_to :student belongs_to :semester end end end