Sha256: 89dac2b1ac45232b967b39a469ba1aa17e3e99d17ecb6c61af7d17c48c05161d
Contents?: true
Size: 326 Bytes
Versions: 191
Compression:
Stored size: 326 Bytes
Contents
module Katello class KeyHostCollection < Katello::Model belongs_to :activation_key, :inverse_of => :key_host_collections, :class_name => "Katello::ActivationKey" belongs_to :host_collection, :inverse_of => :key_host_collections, :class_name => "Katello::HostCollection" validates_lengths_from_database end end
Version data entries
191 entries across 191 versions & 1 rubygems