Project

General

Profile

Download (259 Bytes) Statistics
| Branch: | Tag: | Revision:
11782648 Ohad Levy
class OsParameter < Parameter
belongs_to :operatingsystem, :foreign_key => :reference_id
9c864cb6 Ohad Levy
audited :except => [:priority], :associated_with => :operatingsystem, :allow_mass_assignment => true
f2c78d4a Joseph Magen
validates :name, :uniqueness => {:scope => :reference_id}
11782648 Ohad Levy
end