Sha256: b15a5c3c71163db6dd718016b1b50d3ffc4868ccd122dfe145f1ebe822da15d7
Contents?: true
Size: 265 Bytes
Versions: 29
Compression:
Stored size: 265 Bytes
Contents
module Katello module Authorization::Pool extend ActiveSupport::Concern include Authorizable module ClassMethods def readable where(:subscription_id => Katello::Subscription.authorized(:view_subscriptions)) end end end end
Version data entries
29 entries across 29 versions & 1 rubygems