Sha256: 162ad1c28357e811277cc1f2fe970e292327688ebdf71647baf3af1ead145bcc
Contents?: true
Size: 349 Bytes
Versions: 195
Compression:
Stored size: 349 Bytes
Contents
module Katello class RepositorySrpm < Katello::Model # Do not use active record callbacks in this join model. Direct INSERTs and DELETEs are done belongs_to :repository, :inverse_of => :repository_srpms, :class_name => 'Katello::Repository' belongs_to :srpm, :inverse_of => :repository_srpms, :class_name => 'Katello::Srpm' end end
Version data entries
195 entries across 195 versions & 1 rubygems