Sha256: 23c46ad511809f0e0233a5716146fc62e85fbe98767208f7c5192d747892e796
Contents?: true
Size: 282 Bytes
Versions: 46
Compression:
Stored size: 282 Bytes
Contents
module Katello class KeyHostCollection < Katello::Model self.include_root_in_json = false belongs_to :activation_key, :inverse_of => :key_host_collections belongs_to :host_collection, :inverse_of => :key_host_collections validates_lengths_from_database end end
Version data entries
46 entries across 46 versions & 1 rubygems