created template selecting
This commit is contained in:
6
web/app/models/configuration_template.rb
Normal file
6
web/app/models/configuration_template.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class ConfigurationTemplate < ActiveRecord::Base
|
||||
belongs_to :operating_system
|
||||
belongs_to :file_type
|
||||
|
||||
include Iconizable
|
||||
end
|
||||
Reference in New Issue
Block a user