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.14.2 app/models/katello/host_installed_package.rb
katello-4.15.0 app/models/katello/host_installed_package.rb
katello-4.15.0.rc2 app/models/katello/host_installed_package.rb
katello-4.15.0.rc1 app/models/katello/host_installed_package.rb
katello-4.14.1 app/models/katello/host_installed_package.rb
katello-4.14.0 app/models/katello/host_installed_package.rb
katello-4.14.0.rc3 app/models/katello/host_installed_package.rb
katello-4.14.0.rc2 app/models/katello/host_installed_package.rb
katello-4.14.0.rc1.1 app/models/katello/host_installed_package.rb
katello-4.14.0.rc1 app/models/katello/host_installed_package.rb
katello-4.13.1 app/models/katello/host_installed_package.rb
katello-4.13.0 app/models/katello/host_installed_package.rb
katello-4.12.1 app/models/katello/host_installed_package.rb
katello-4.13.0.rc1 app/models/katello/host_installed_package.rb
katello-4.12.0 app/models/katello/host_installed_package.rb
katello-4.12.0.rc3 app/models/katello/host_installed_package.rb
katello-4.12.0.rc2 app/models/katello/host_installed_package.rb
katello-4.12.0.rc1 app/models/katello/host_installed_package.rb
katello-4.11.1 app/models/katello/host_installed_package.rb
katello-4.11.0 app/models/katello/host_installed_package.rb