Module: Katello::Authorization::Subscription
- Extended by:
- ActiveSupport::Concern
- Includes:
- Authorizable
- Included in:
- Subscription
- Defined in:
- app/models/katello/authorization/subscription.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#readable? ⇒ Boolean
7 8 9 |
# File 'app/models/katello/authorization/subscription.rb', line 7 def readable? (:view_subscriptions) end |