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