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