Dashboard/app/models/dashboard/student_race.rb

6 lines
132 B
Ruby

module Dashboard
class StudentRace < ApplicationRecord
belongs_to :dashboard_student
belongs_to :dashboard_race
end
end