Project

General

Profile

Download (275 Bytes) Statistics
| Branch: | Tag: | Revision:
class OsDefaultTemplate < ActiveRecord::Base
belongs_to :config_template
belongs_to :template_kind
belongs_to :operatingsystem
validates_presence_of :config_template_id, :template_kind_id
validates_uniqueness_of :template_kind_id, :scope => :operatingsystem_id
end
(35-35/54)