Project

General

Profile

« Previous | Next » 

Revision 12bb385d

Added by Ori Rabin almost 10 years ago

Fixes #6794: Adds search parameter for template kinds

View differences:

app/models/template_kind.rb
has_many :config_templates, :inverse_of => :template_kind
has_many :os_default_templates
validates :name, :presence => true, :uniqueness => true
scoped_search :on => :name
end

Also available in: Unified diff