Project

General

Profile

Download (311 Bytes) Statistics
| Branch: | Tag: | Revision:
class TemplateCombination < ActiveRecord::Base
belongs_to :config_template
belongs_to :environment
belongs_to :hostgroup
validates_uniqueness_of :environment_id, :scope => [:hostgroup_id, :config_template_id]
validates_uniqueness_of :hostgroup_id, :scope => [:environment_id, :config_template_id]
end
(48-48/54)