Sha256: e149091b49c4cbcb1991c9e8ec034ab1056b5cbff1193b6f14d05c5bbb3bb834
Contents?: true
Size: 372 Bytes
Versions: 157
Compression:
Stored size: 372 Bytes
Contents
module Katello class RepositoryFileUnit < Katello::Model # Do not use active record callbacks in this join model. Direct INSERTs and DELETEs are done belongs_to :repository, :inverse_of => :repository_file_units, :class_name => 'Katello::Repository' belongs_to :file_unit, :inverse_of => :repository_file_units, :class_name => 'Katello::FileUnit' end end
Version data entries
157 entries across 157 versions & 1 rubygems