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