Sha256: eb20a627b4da6ecb9d4406e0418dee1106c67420caae5cb305b759e9bfa47b2c
Contents?: true
Size: 384 Bytes
Versions: 152
Compression:
Stored size: 384 Bytes
Contents
module Katello class AnsibleCollectionTag < ApplicationRecord self.table_name = 'katello_ansible_collection_tags' belongs_to :ansible_collection, :inverse_of => :ansible_collection_tags, :class_name => 'Katello::AnsibleCollection' belongs_to :tag, :inverse_of => :ansible_collection_tags, :class_name => 'Katello::AnsibleTag', :foreign_key => :ansible_tag_id end end
Version data entries
152 entries across 152 versions & 1 rubygems