sqm-dashboards/app/models/legacy/student.rb

5 lines
86 B
Ruby

module Legacy
class Student < ApplicationRecord
belongs_to :recipient
end
end