6 lines
134 B
6 lines
134 B
6 years ago
|
class ShixunWorkComment < ApplicationRecord
|
||
|
belongs_to :student_work
|
||
|
belongs_to :user
|
||
|
belongs_to :challenge, optional: true
|
||
|
end
|