Sha256: bbc303b6f7e5ae0c4cb9b66a0562748c719419933fc1cb563a8c42823ee78bf0
Contents?: true
Size: 402 Bytes
Versions: 182
Compression:
Stored size: 402 Bytes
Contents
module Katello class AvailableModuleStream < Katello::Model has_many :hosts, :through => :host_available_module_streams, :class_name => "::Host" has_many :host_available_module_streams, :class_name => "Katello::HostAvailableModuleStream", :dependent => :destroy, :inverse_of => :available_module_stream serialize :profiles def module_spec "#{name}:#{stream}" end end end
Version data entries
182 entries across 182 versions & 1 rubygems