Module: Katello::Authorization::ContentViewHistory::ClassMethods
- Defined in:
- app/models/katello/authorization/content_view_history.rb
Instance Method Summary collapse
Instance Method Details
#readable ⇒ Object
7 8 9 |
# File 'app/models/katello/authorization/content_view_history.rb', line 7 def readable where(:katello_content_view_version_id => Katello::ContentViewVersion.readable) end |