Sha256: 1cfa9c8c02fbcc7a02f680e8ec3ab9bba1ef6a8d5a3470a5979b7ef5d8676907

Contents?: true

Size: 257 Bytes

Versions: 10

Compression:

Stored size: 257 Bytes

Contents

module Katello
  module Authorization::ContentViewVersionExportHistory
    extend ActiveSupport::Concern

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
katello-3.17.3 app/models/katello/authorization/content_view_version_export_history.rb
katello-3.17.2 app/models/katello/authorization/content_view_version_export_history.rb
katello-3.17.1 app/models/katello/authorization/content_view_version_export_history.rb
katello-3.18.0.rc2.1 app/models/katello/authorization/content_view_version_export_history.rb
katello-3.18.0.rc2 app/models/katello/authorization/content_view_version_export_history.rb
katello-3.17.0 app/models/katello/authorization/content_view_version_export_history.rb
katello-3.18.0.rc1 app/models/katello/authorization/content_view_version_export_history.rb
katello-3.17.0.rc2.2 app/models/katello/authorization/content_view_version_export_history.rb
katello-3.17.0.rc2.1 app/models/katello/authorization/content_view_version_export_history.rb
katello-3.17.0.rc2 app/models/katello/authorization/content_view_version_export_history.rb