educoder/app/models/challenge_work_score.rb

6 lines
124 B

6 years ago
class ChallengeWorkScore < ApplicationRecord
belongs_to :user
belongs_to :student_work
belongs_to :challenge
end