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