Sha256: 4afda275f3a2769dd4a7a623fdd5812ce3db91c55edbe2433172250d3169c289
Contents?: true
Size: 383 Bytes
Versions: 46
Compression:
Stored size: 383 Bytes
Contents
module Katello class RepositoryRpm < Katello::Model self.include_root_in_json = false # 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
46 entries across 46 versions & 1 rubygems