Sha256: 4478b429e2ac75d976d97403369edb9baa87f9783e26ffec30903f24e747cbb6
Contents?: true
Size: 307 Bytes
Versions: 160
Compression:
Stored size: 307 Bytes
Contents
module Katello class RepositoryAnsibleCollection < Katello::Model belongs_to :repository, inverse_of: :repository_ansible_collections, class_name: 'Katello::Repository' belongs_to :ansible_collection, inverse_of: :repository_ansible_collections, class_name: 'Katello::AnsibleCollection' end end
Version data entries
160 entries across 160 versions & 1 rubygems