Sha256: 2de63995c6c36216fb045d2fa8d98fe2abf83fd0b5abc1b90f3e1c0dbdc9943c
Contents?: true
Size: 417 Bytes
Versions: 39
Compression:
Stored size: 417 Bytes
Contents
module Katello class InstalledPackage < Katello::Model has_many :hosts, :through => :host_installed_packages, :class_name => "::Host" has_many :host_installed_packages, :class_name => "Katello::HostInstalledPackage", :dependent => :destroy, :inverse_of => :installed_package scoped_search :on => :name, :complete_value => true scoped_search :on => :nvra def nvrea nvra end end end
Version data entries
39 entries across 39 versions & 1 rubygems