Sha256: 68611089e71bf8d205770763df084dcaa69adac2f489167b5ac0b6cdf67ed1a0

Contents?: true

Size: 306 Bytes

Versions: 15

Compression:

Stored size: 306 Bytes

Contents

# frozen_string_literal: true
module Hyrax
  module Statistics
    module Collections
      class OverTime < Statistics::OverTime
        private

        def relation
          AbstractTypeRelation
            .new(allowable_types: [Hyrax.config.collection_class])
        end
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.0.0.rc2 app/services/hyrax/statistics/collections/over_time.rb
hyrax-5.0.0.rc1 app/services/hyrax/statistics/collections/over_time.rb
hyrax-3.6.0 app/services/hyrax/statistics/collections/over_time.rb
hyrax-4.0.0 app/services/hyrax/statistics/collections/over_time.rb
hyrax-4.0.0.rc3 app/services/hyrax/statistics/collections/over_time.rb
hyrax-4.0.0.rc2 app/services/hyrax/statistics/collections/over_time.rb
hyrax-4.0.0.rc1 app/services/hyrax/statistics/collections/over_time.rb
hyrax-3.5.0 app/services/hyrax/statistics/collections/over_time.rb
hyrax-4.0.0.beta2 app/services/hyrax/statistics/collections/over_time.rb
hyrax-3.4.2 app/services/hyrax/statistics/collections/over_time.rb
hyrax-4.0.0.beta1 app/services/hyrax/statistics/collections/over_time.rb
hyrax-3.4.1 app/services/hyrax/statistics/collections/over_time.rb
hyrax-3.4.0 app/services/hyrax/statistics/collections/over_time.rb
hyrax-3.3.0 app/services/hyrax/statistics/collections/over_time.rb
hyrax-3.2.0 app/services/hyrax/statistics/collections/over_time.rb