app/models/foreman_salt/hostgroup_salt_module.rb



module ForemanSalt
  class HostgroupSaltModule < ApplicationRecord
    belongs_to :hostgroup
    belongs_to :salt_module
  end
end