Sha256: de862d05aab96b935c0d959c69f18010a502115de9af8bd7402b0f0b6adfba3c

Contents?: true

Size: 325 Bytes

Versions: 37

Compression:

Stored size: 325 Bytes

Contents

module Katello
  class HostInstalledPackage < Katello::Model
    self.include_root_in_json = false

    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

37 entries across 37 versions & 1 rubygems

Version Path
katello-3.4.5 app/models/katello/host_installed_package.rb
katello-3.4.4 app/models/katello/host_installed_package.rb
katello-3.4.2 app/models/katello/host_installed_package.rb
katello-3.4.1 app/models/katello/host_installed_package.rb
katello-3.4.0.2 app/models/katello/host_installed_package.rb
katello-3.4.0.1 app/models/katello/host_installed_package.rb
katello-3.3.2 app/models/katello/host_installed_package.rb
katello-3.4.0 app/models/katello/host_installed_package.rb
katello-3.4.0.rc2 app/models/katello/host_installed_package.rb
katello-3.4.0.rc1 app/models/katello/host_installed_package.rb
katello-3.3.1.1 app/models/katello/host_installed_package.rb
katello-3.3.1 app/models/katello/host_installed_package.rb
katello-3.3.0.1 app/models/katello/host_installed_package.rb
katello-3.3.0 app/models/katello/host_installed_package.rb
katello-3.3.0.rc2 app/models/katello/host_installed_package.rb
katello-3.3.0.rc1.1 app/models/katello/host_installed_package.rb
katello-3.3.0.rc1 app/models/katello/host_installed_package.rb
katello-3.2.1.1 app/models/katello/host_installed_package.rb
katello-3.2.1 app/models/katello/host_installed_package.rb
katello-3.2.0 app/models/katello/host_installed_package.rb