Sha256: ee72acbe1de81cf5e6331f0c064323489aa6f6dfe9c89070bd76ce0dc707ccdc
Contents?: true
Size: 327 Bytes
Versions: 117
Compression:
Stored size: 327 Bytes
Contents
module Katello module Authorization::ContentViewFilter extend ActiveSupport::Concern module ClassMethods def readable where(:content_view_id => ::Katello::ContentView.readable) end def editable where(:content_view_id => ::Katello::ContentView.editable) end end end end
Version data entries
117 entries across 117 versions & 1 rubygems