Sha256: 8b66b1f2c12519bf9a2b814c98e9a6a87a8ee7a9f4ae64fe99ed415bfa5a7ae7
Contents?: true
Size: 405 Bytes
Versions: 54
Compression:
Stored size: 405 Bytes
Contents
module Katello class InstalledDeb < Katello::Model has_many :host_installed_debs, :class_name => "Katello::HostInstalledDeb", :dependent => :destroy, :inverse_of => :installed_deb has_many :hosts, :through => :host_installed_debs, :class_name => "::Host" scoped_search :on => :name, :complete_value => true scoped_search :on => :version scoped_search :on => :architecture end end
Version data entries
54 entries across 54 versions & 1 rubygems