Sha256: 56f27d054decb3802a78fbb279d292f05d72faaed9cdcf7fefad25aecfc6f781

Contents?: true

Size: 394 Bytes

Versions: 120

Compression:

Stored size: 394 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, :class_name => 'Katello::OstreeBranch'
  end
end

Version data entries

120 entries across 120 versions & 1 rubygems

Version Path
katello-3.18.3.1 app/models/katello/repository_ostree_branch.rb
katello-4.1.0.rc2.2 app/models/katello/repository_ostree_branch.rb
katello-4.1.0.rc2.1 app/models/katello/repository_ostree_branch.rb
katello-4.0.1.1 app/models/katello/repository_ostree_branch.rb
katello-3.18.3 app/models/katello/repository_ostree_branch.rb
katello-4.1.0.rc2 app/models/katello/repository_ostree_branch.rb
katello-4.0.1 app/models/katello/repository_ostree_branch.rb
katello-4.1.0.rc1.1 app/models/katello/repository_ostree_branch.rb
katello-4.1.0.rc1 app/models/katello/repository_ostree_branch.rb
katello-4.0.0 app/models/katello/repository_ostree_branch.rb
katello-4.0.0.rc3.1 app/models/katello/repository_ostree_branch.rb
katello-4.0.0.rc3 app/models/katello/repository_ostree_branch.rb
katello-3.18.2.1 app/models/katello/repository_ostree_branch.rb
katello-3.18.2 app/models/katello/repository_ostree_branch.rb
katello-3.17.3 app/models/katello/repository_ostree_branch.rb
katello-4.0.0.rc2 app/models/katello/repository_ostree_branch.rb
katello-3.18.1.1 app/models/katello/repository_ostree_branch.rb
katello-3.17.2 app/models/katello/repository_ostree_branch.rb
katello-4.0.0.rc1 app/models/katello/repository_ostree_branch.rb
katello-3.18.1 app/models/katello/repository_ostree_branch.rb