7 lines
147 B
Ruby
7 lines
147 B
Ruby
# frozen_string_literal: true
|
|
|
|
class TestrunExecutionEnvironment < ApplicationRecord
|
|
belongs_to :testrun
|
|
belongs_to :execution_environment
|
|
end
|