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

6 lines
124 B
Ruby

class OperatingSystem < ActiveRecord::Base
has_many :servers
has_many :configuration_templates
include Iconizable
end