Sha256: 7a1ae5eec57521831e07527009c5dceace16aa52a0cce12f25f7bc69debfa045
Contents?: true
Size: 313 Bytes
Versions: 9
Compression:
Stored size: 313 Bytes
Contents
module Katello module Authorization::ContentViewHistory extend ActiveSupport::Concern include Authorizable include Katello::Authorization module ClassMethods def readable where(:katello_content_view_version_id => Katello::ContentViewVersion.readable) end end end end
Version data entries
9 entries across 9 versions & 1 rubygems