Sha256: badd61e11f886f4493e1d8f7eb3c812f430e1de9c0b9b2f7f7efc64d49ca4b7b

Contents?: true

Size: 239 Bytes

Versions: 46

Compression:

Stored size: 239 Bytes

Contents

module Katello
  module Authorization::Pool
    extend ActiveSupport::Concern

    module ClassMethods
      def readable
        where(:subscription_id => Katello::Subscription.authorized(:view_subscriptions))
      end
    end
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
katello-3.8.0.rc2 app/models/katello/authorization/pool.rb
katello-3.7.0 app/models/katello/authorization/pool.rb
katello-3.8.0.rc1 app/models/katello/authorization/pool.rb
katello-3.7.0.rc2 app/models/katello/authorization/pool.rb
katello-3.7.0.rc1 app/models/katello/authorization/pool.rb
katello-3.5.2 app/models/katello/authorization/pool.rb