Sha256: 9489e961867745dc2f4a149f1df485eca1de93149062729aef1296d1140e0d50

Contents?: true

Size: 252 Bytes

Versions: 190

Compression:

Stored size: 252 Bytes

Contents

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

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

Version data entries

190 entries across 190 versions & 1 rubygems

Version Path
katello-3.7.1.1 app/models/katello/authorization/content_view_history.rb
katello-3.7.1 app/models/katello/authorization/content_view_history.rb
katello-3.8.0 app/models/katello/authorization/content_view_history.rb
katello-3.8.0.rc3 app/models/katello/authorization/content_view_history.rb
katello-3.8.0.rc2 app/models/katello/authorization/content_view_history.rb
katello-3.7.0 app/models/katello/authorization/content_view_history.rb
katello-3.8.0.rc1 app/models/katello/authorization/content_view_history.rb
katello-3.7.0.rc2 app/models/katello/authorization/content_view_history.rb
katello-3.7.0.rc1 app/models/katello/authorization/content_view_history.rb
katello-3.5.2 app/models/katello/authorization/content_view_history.rb