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

Version Path
katello-4.2.0.rc2 app/models/katello/host_installed_package.rb
katello-4.1.3 app/models/katello/host_installed_package.rb
katello-4.2.0.rc1 app/models/katello/host_installed_package.rb
katello-4.0.2.1 app/models/katello/host_installed_package.rb
katello-4.1.2.1 app/models/katello/host_installed_package.rb
katello-4.0.2 app/models/katello/host_installed_package.rb
katello-4.1.2 app/models/katello/host_installed_package.rb
katello-3.18.4 app/models/katello/host_installed_package.rb
katello-4.1.1 app/models/katello/host_installed_package.rb
katello-4.1.0 app/models/katello/host_installed_package.rb
katello-4.0.1.2 app/models/katello/host_installed_package.rb
katello-3.18.3.1 app/models/katello/host_installed_package.rb
katello-4.1.0.rc2.2 app/models/katello/host_installed_package.rb
katello-4.1.0.rc2.1 app/models/katello/host_installed_package.rb
katello-4.0.1.1 app/models/katello/host_installed_package.rb
katello-3.18.3 app/models/katello/host_installed_package.rb
katello-4.1.0.rc2 app/models/katello/host_installed_package.rb
katello-4.0.1 app/models/katello/host_installed_package.rb
katello-4.1.0.rc1.1 app/models/katello/host_installed_package.rb
katello-4.1.0.rc1 app/models/katello/host_installed_package.rb