Sha256: 67e3e59be76394c30692f73619dc93d7335a94ed96e9c2d1eae7a59648bbf346
Contents?: true
Size: 425 Bytes
Versions: 77
Compression:
Stored size: 425 Bytes
Contents
module Katello class RepositoryGenericContentUnit < Katello::Model # Do not use active record callbacks in this join model. Direct INSERTs and DELETEs are done belongs_to :repository, :inverse_of => :repository_generic_content_units, :class_name => 'Katello::Repository' belongs_to :generic_content_unit, :inverse_of => :repository_generic_content_units, :class_name => 'Katello::GenericContentUnit' end end
Version data entries
77 entries across 77 versions & 1 rubygems