Project

General

Profile

Download (164 Bytes) Statistics
| Branch: | Tag: | Revision:
class TemplateKind < ActiveRecord::Base
has_many :config_templates
has_many :os_default_templates
validates :name, :presence => true, :uniqueness => true
end
(40-40/49)