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.13.3 app/models/katello/repository_ostree_branch.rb
katello-3.14.0.rc2 app/models/katello/repository_ostree_branch.rb
katello-3.13.2 app/models/katello/repository_ostree_branch.rb
katello-3.14.0.rc1 app/models/katello/repository_ostree_branch.rb
katello-3.13.1 app/models/katello/repository_ostree_branch.rb
katello-3.13.0 app/models/katello/repository_ostree_branch.rb
katello-3.13.0.rc2.1 app/models/katello/repository_ostree_branch.rb
katello-3.13.0.rc2 app/models/katello/repository_ostree_branch.rb
katello-3.12.3 app/models/katello/repository_ostree_branch.rb
katello-3.12.2 app/models/katello/repository_ostree_branch.rb
katello-3.13.0.rc1 app/models/katello/repository_ostree_branch.rb
katello-3.12.1 app/models/katello/repository_ostree_branch.rb
katello-3.11.2 app/models/katello/repository_ostree_branch.rb
katello-3.10.2 app/models/katello/repository_ostree_branch.rb
katello-3.12.0 app/models/katello/repository_ostree_branch.rb
katello-3.12.0.rc2 app/models/katello/repository_ostree_branch.rb
katello-3.10.1.1 app/models/katello/repository_ostree_branch.rb
katello-3.12.0.rc1 app/models/katello/repository_ostree_branch.rb
katello-3.10.1 app/models/katello/repository_ostree_branch.rb
katello-3.11.1 app/models/katello/repository_ostree_branch.rb