Sha256: f016952a97ff85c761d452c0e89e691dd91ea4dd069ccdc6d2e580c5c00458a4
Contents?: true
Size: 384 Bytes
Versions: 194
Compression:
Stored size: 384 Bytes
Contents
module Katello class HostInstalledPackage < Katello::Model # Do not use active record callbacks in this join model. Direct INSERTs and DELETEs are done 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
194 entries across 194 versions & 1 rubygems