Sha256: 7b69fbe03a890dfaee79bbb2c220ada3e5d615a3d479d654414eec8b6122f9d3
Contents?: true
Size: 286 Bytes
Versions: 8
Compression:
Stored size: 286 Bytes
Contents
module Katello class HostInstalledPackage < Katello::Model belongs_to :host, :inverse_of => :host_installed_packages, :class_name => '::Host::Managed' belongs_to :installed_package, :inverse_of => :host_installed_packages, :class_name => 'Katello::InstalledPackage' end end
Version data entries
8 entries across 8 versions & 1 rubygems