Project

General

Profile

Download (335 Bytes) Statistics
| Branch: | Tag: | Revision:
class TemplateCombination < ActiveRecord::Base
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
(52-52/62)