module Sis module Core class Student < ApplicationRecord belongs_to :program end end end