Sha256: 99d98af60bed2ba90013521ead9a38edb00dd3d9a9910a45781f02a5f08af699
Contents?: true
Size: 302 Bytes
Versions: 22
Compression:
Stored size: 302 Bytes
Contents
module Katello class SystemRepository < Katello::Model self.include_root_in_json = false belongs_to :system, :inverse_of => :system_repositories, :class_name => 'Katello::System' belongs_to :repository, :inverse_of => :system_repositories, :class_name => 'Katello::Repository' end end
Version data entries
22 entries across 22 versions & 1 rubygems