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

4 lines
67 B
Ruby
Raw Normal View History

2016-02-20 12:36:50 +01:00
class OperatingSystem < ActiveRecord::Base
has_many :servers
end