obdev/app/models/service_contract.rb

5 lines
93 B
Ruby

class ServiceContract < ApplicationRecord
belongs_to :participant
belongs_to :vendor
end