Files
codeocean/app/models/testrun_execution_environment.rb
2022-04-15 15:22:19 +02:00

7 lines
147 B
Ruby

# frozen_string_literal: true
class TestrunExecutionEnvironment < ApplicationRecord
belongs_to :testrun
belongs_to :execution_environment
end