Files
old-saburly-confighub/web/app/models/configuration_template.rb
2016-02-21 11:59:13 +01:00

7 lines
140 B
Ruby

class ConfigurationTemplate < ActiveRecord::Base
belongs_to :operating_system
belongs_to :file_type
include Iconizable
end