Sha256: 59b0bdec112aaf90b320b678b5ba353a6a6417763ad5b9fe2af13020460beac5
Contents?: true
Size: 364 Bytes
Versions: 160
Compression:
Stored size: 364 Bytes
Contents
module Katello class HostInstalledDeb < 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_debs, :class_name => '::Host::Managed' belongs_to :installed_deb, :inverse_of => :host_installed_debs, :class_name => 'Katello::InstalledDeb' end end
Version data entries
160 entries across 160 versions & 1 rubygems