created template selecting

This commit is contained in:
Senad Uka
2016-02-21 11:59:13 +01:00
parent 7af44a6245
commit 709ce3e38c
46 changed files with 584 additions and 20 deletions

View File

@@ -1,3 +1,5 @@
class OperatingSystem < ActiveRecord::Base
has_many :servers
has_many :configuration_templates
include Iconizable
end