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-4.2.2 app/models/katello/repository_ostree_branch.rb
katello-4.3.0.rc1 app/models/katello/repository_ostree_branch.rb
katello-4.2.1 app/models/katello/repository_ostree_branch.rb
katello-4.2.0.1 app/models/katello/repository_ostree_branch.rb
katello-4.1.4 app/models/katello/repository_ostree_branch.rb
katello-4.0.3 app/models/katello/repository_ostree_branch.rb
katello-4.2.0.1.rc3 app/models/katello/repository_ostree_branch.rb
katello-3.18.5 app/models/katello/repository_ostree_branch.rb
katello-4.2.0.1.rc2 app/models/katello/repository_ostree_branch.rb
katello-4.2.0.rc2 app/models/katello/repository_ostree_branch.rb
katello-4.1.3 app/models/katello/repository_ostree_branch.rb
katello-4.2.0.rc1 app/models/katello/repository_ostree_branch.rb
katello-4.0.2.1 app/models/katello/repository_ostree_branch.rb
katello-4.1.2.1 app/models/katello/repository_ostree_branch.rb
katello-4.0.2 app/models/katello/repository_ostree_branch.rb
katello-4.1.2 app/models/katello/repository_ostree_branch.rb
katello-3.18.4 app/models/katello/repository_ostree_branch.rb
katello-4.1.1 app/models/katello/repository_ostree_branch.rb
katello-4.1.0 app/models/katello/repository_ostree_branch.rb
katello-4.0.1.2 app/models/katello/repository_ostree_branch.rb