Files
old-saburly-confighub/web/app/models/configuration_template.rb

7 lines
140 B
Ruby
Raw Normal View History

2016-02-21 11:59:13 +01:00
class ConfigurationTemplate < ActiveRecord::Base
belongs_to :operating_system
belongs_to :file_type
include Iconizable
end