5 lines
87 B
Ruby
5 lines
87 B
Ruby
class Testrun < ActiveRecord::Base
|
|
belongs_to :file
|
|
belongs_to :submission
|
|
end
|