Sha256: e92ac6e5bca3e14c6ea7c6f90bbcbf95d310aacd7a710f81e84d4ab4c34085ba
Contents?: true
Size: 393 Bytes
Versions: 37
Compression:
Stored size: 393 Bytes
Contents
module Katello class RepositoryOstreeBranch < Katello::Model self.include_root_in_json = false # 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
37 entries across 37 versions & 1 rubygems