Persist assessments in the testrun model

This commit is contained in:
Maximilian Grundke
2016-03-09 14:49:44 +01:00
parent 0b349489b4
commit 087b2bdf93
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
class Testrun < ActiveRecord::Base
belongs_to :file
belongs_to :file, class_name: 'CodeOcean::File'
belongs_to :submission
end