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

Version Path
katello-3.5.2 app/models/katello/repository_ostree_branch.rb
katello-3.6.0 app/models/katello/repository_ostree_branch.rb
katello-3.6.0.1.rc2 app/models/katello/repository_ostree_branch.rb
katello-3.6.0.rc2 app/models/katello/repository_ostree_branch.rb
katello-3.6.0.rc1 app/models/katello/repository_ostree_branch.rb
katello-3.5.1.1 app/models/katello/repository_ostree_branch.rb
katello-3.5.1 app/models/katello/repository_ostree_branch.rb
katello-3.5.0.1 app/models/katello/repository_ostree_branch.rb
katello-3.5.0 app/models/katello/repository_ostree_branch.rb
katello-3.5.0.rc2 app/models/katello/repository_ostree_branch.rb
katello-3.5.0.rc1 app/models/katello/repository_ostree_branch.rb