Sha256: 22bdec0db168e95e295fd9174630c9dbea298392cc6fe289d1505c7a451746ce
Contents?: true
Size: 241 Bytes
Versions: 97
Compression:
Stored size: 241 Bytes
Contents
module Katello module Pulp3 class RepositoryReference < Katello::Model belongs_to :root_repository, :class_name => 'Katello::RootRepository' belongs_to :content_view, :class_name => 'Katello::ContentView' end end end
Version data entries
97 entries across 97 versions & 1 rubygems