Sha256: 1cfa9c8c02fbcc7a02f680e8ec3ab9bba1ef6a8d5a3470a5979b7ef5d8676907
Contents?: true
Size: 257 Bytes
Versions: 10
Compression:
Stored size: 257 Bytes
Contents
module Katello module Authorization::ContentViewVersionExportHistory extend ActiveSupport::Concern module ClassMethods def readable where(:content_view_version_id => Katello::ContentViewVersion.readable) end end end end
Version data entries
10 entries across 10 versions & 1 rubygems