Sha256: 7a1ae5eec57521831e07527009c5dceace16aa52a0cce12f25f7bc69debfa045

Contents?: true

Size: 313 Bytes

Versions: 9

Compression:

Stored size: 313 Bytes

Contents

module Katello
  module Authorization::ContentViewHistory
    extend ActiveSupport::Concern

    include Authorizable
    include Katello::Authorization

    module ClassMethods
      def readable
        where(:katello_content_view_version_id => Katello::ContentViewVersion.readable)
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
katello-2.4.5 app/models/katello/authorization/content_view_history.rb
katello-2.4.4 app/models/katello/authorization/content_view_history.rb
katello-2.4.3 app/models/katello/authorization/content_view_history.rb
katello-2.4.2 app/models/katello/authorization/content_view_history.rb
katello-2.4.1 app/models/katello/authorization/content_view_history.rb
katello-2.4.0 app/models/katello/authorization/content_view_history.rb
katello-2.4.0.rc3 app/models/katello/authorization/content_view_history.rb
katello-2.4.0.rc2 app/models/katello/authorization/content_view_history.rb
katello-2.4.0.rc1 app/models/katello/authorization/content_view_history.rb