Persist assessments in the testrun model
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
class Testrun < ActiveRecord::Base
|
||||
belongs_to :file
|
||||
belongs_to :file, class_name: 'CodeOcean::File'
|
||||
belongs_to :submission
|
||||
end
|
||||
|
Reference in New Issue
Block a user