Sha256: 072f14badb8dfde7a85fe4a5c027e2d1e556c728440e76278f1d5878bf01c7ea
Contents?: true
Size: 243 Bytes
Versions: 11
Compression:
Stored size: 243 Bytes
Contents
module Katello class KeyHostCollection < Katello::Model 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
11 entries across 11 versions & 1 rubygems