Sha256: d9236355fa79119d20c3b26c0bb5bc86d2eb2edb2e3e8d6fa78ee0cc594d7071
Contents?: true
Size: 269 Bytes
Versions: 253
Compression:
Stored size: 269 Bytes
Contents
module Katello class PoolActivationKey < Katello::Model belongs_to :pool, :inverse_of => :pool_activation_keys, :class_name => 'Katello::Pool' belongs_to :activation_key, :inverse_of => :pool_activation_keys, :class_name => 'Katello::ActivationKey' end end
Version data entries
253 entries across 253 versions & 1 rubygems