sqm-dashboards/app/models/student_race.rb
2022-07-29 15:34:56 -07:00

4 lines
83 B
Ruby

class StudentRace < ApplicationRecord
belongs_to :student
belongs_to :race
end