Files
codeocean/app/models/testrun.rb
Maximilian Grundke b66e9fc05d Add Testrun to schema
2016-03-02 14:52:39 +01:00

5 lines
87 B
Ruby

class Testrun < ActiveRecord::Base
belongs_to :file
belongs_to :submission
end