Project

General

Profile

Download (250 Bytes) Statistics
| Branch: | Tag: | Revision:
class GroupParameter < Parameter
belongs_to :hostgroup, :foreign_key => :reference_id
audited :except => [:priority], :associated_with => :hostgroup, :allow_mass_assignment => true
validates :name, :uniqueness => {:scope => :reference_id}

end
(3-3/7)