Add Testrun to schema

This commit is contained in:
Maximilian Grundke
2016-03-02 14:52:39 +01:00
parent 551552279b
commit b66e9fc05d
3 changed files with 27 additions and 1 deletions

4
app/models/testrun.rb Normal file
View File

@ -0,0 +1,4 @@
class Testrun < ActiveRecord::Base
belongs_to :file
belongs_to :submission
end