7 lines
140 B
Ruby
7 lines
140 B
Ruby
class ConfigurationTemplate < ActiveRecord::Base
|
|
belongs_to :operating_system
|
|
belongs_to :file_type
|
|
|
|
include Iconizable
|
|
end
|