Sha256: 151133b47af7bfbdf158f0e13e3b468fae32aed1cb561e67b5a386c679370ee2
Contents?: true
Size: 354 Bytes
Versions: 11
Compression:
Stored size: 354 Bytes
Contents
module Katello class RepositoryOstreeBranch < Katello::Model # Do not use active record callbacks in this join model. Direct INSERTs and DELETEs are done belongs_to :repository, :inverse_of => :repository_ostree_branches, :class_name => 'Katello::Repository' belongs_to :ostree_branch, :inverse_of => :repository_ostree_branches end end
Version data entries
11 entries across 11 versions & 1 rubygems