Sha256: 8408b38379216c650783396e3d8f3b7cabfcf270e87b187e19c4ac98fb70bf02
Contents?: true
Size: 418 Bytes
Versions: 24
Compression:
Stored size: 418 Bytes
Contents
module Katello class RepositoryFile < 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_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
24 entries across 24 versions & 1 rubygems