ManageIQ/manageiq

View on GitHub
app/models/host_service_group.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class HostServiceGroup < ApplicationRecord
  has_many :filesystems, :dependent => :nullify
  has_many :system_services, :dependent => :nullify
  belongs_to :host
end