Sha256: 985ce807004d736826d516218ff451bfd1b02deae951cfe5493ff85ec3e80bac
Contents?: true
Size: 350 Bytes
Versions: 118
Compression:
Stored size: 350 Bytes
Contents
module Katello module Authorization::ContentViewComponent extend ActiveSupport::Concern module ClassMethods def readable where(:composite_content_view_id => ::Katello::ContentView.readable) end def editable where(:composite_content_view_id => ::Katello::ContentView.editable) end end end end
Version data entries
118 entries across 118 versions & 1 rubygems