Project

General

Profile

Download (149 Bytes) Statistics
| Branch: | Tag: | Revision:
class GroupParameter < Parameter
belongs_to :hostgroup, :foreign_key => :reference_id
validates_uniqueness_of :name, :scope => :reference_id
end
(11-11/36)