sqm-dashboards/app/models/student.rb
2017-04-18 16:32:02 -04:00

3 lines
62 B
Ruby

class Student < ApplicationRecord
belongs_to :recipient
end