Persist Execution Environment when running code
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
class Testrun < ApplicationRecord
|
||||
belongs_to :file, class_name: 'CodeOcean::File', optional: true
|
||||
belongs_to :submission
|
||||
belongs_to :testrun_execution_environment, optional: true, dependent: :destroy
|
||||
end
|
||||
|
Reference in New Issue
Block a user