app/models/foreman_salt/host_salt_module.rb



module ForemanSalt
  class HostSaltModule < ApplicationRecord
    belongs_to :host, :class_name => 'Host::Managed', :foreign_key => :host_id
    belongs_to :salt_module
  end
end