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

Version Path
katello-3.5.2 app/models/katello/host_installed_package.rb
katello-3.6.0.rc1 app/models/katello/host_installed_package.rb
katello-3.5.1.1 app/models/katello/host_installed_package.rb
katello-3.5.1 app/models/katello/host_installed_package.rb
katello-3.5.0.1 app/models/katello/host_installed_package.rb
katello-3.5.0 app/models/katello/host_installed_package.rb
katello-3.5.0.rc2 app/models/katello/host_installed_package.rb
katello-3.5.0.rc1 app/models/katello/host_installed_package.rb