Project

General

Profile

Download (244 Bytes) Statistics
| Branch: | Tag: | Revision:
class DomainParameter < Parameter
belongs_to :domain, :foreign_key => :reference_id
audited :except => [:priority], :associated_with => :domain, :allow_mass_assignment => true
validates :name, :uniqueness => {:scope => :reference_id}
end
(2-2/7)