Project

General

Profile

« Previous | Next » 

Revision e394b70b

Added by Ohad Levy about 14 years ago

  • ID e394b70b52e12f1b54a15c8faaab7416ac9920da

yet another fix for #216

View differences:

app/models/group_parameter.rb
class GroupParameter < Parameter
belongs_to :hostgroup
validates_presence_of :hostgroup_id
validates_uniqueness_of :name
validates_uniqueness_of :name, :scope => :hostgroup_id
end

Also available in: Unified diff