Project

General

Profile

Download (335 Bytes) Statistics
| Branch: | Tag: | Revision:
class TemplateCombination < ApplicationRecord
belongs_to :provisioning_template
belongs_to :environment
belongs_to :hostgroup

validates :environment_id, :uniqueness => {:scope => [:hostgroup_id, :provisioning_template_id]}
validates :hostgroup_id, :uniqueness => {:scope => [:environment_id, :provisioning_template_id]}
end
(60-60/70)