Sha256: 33d0047318fccbc765beb34458e072848268ee13db622f8bd671bf70ea7de1d2
Contents?: true
Size: 379 Bytes
Versions: 50
Compression:
Stored size: 379 Bytes
Contents
module Katello class RepositoryFile < Katello::Model # Do not use active record callbacks in this join model. Direct INSERTs and DELETEs are done belongs_to :repository, :inverse_of => :repository_files, :class_name => 'Katello::Repository' belongs_to :file, :inverse_of => :repository_files, :class_name => 'Katello::FileUnit', :foreign_key => :file_id end end
Version data entries
50 entries across 50 versions & 1 rubygems