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

6 lines
124 B
Ruby
Raw Normal View History

2016-02-20 12:36:50 +01:00
class OperatingSystem < ActiveRecord::Base
has_many :servers
2016-02-21 11:59:13 +01:00
has_many :configuration_templates
include Iconizable
2016-02-20 12:36:50 +01:00
end