Sha256: 800745a1acceb8152af7ef1e98484fe2f7a3629352da3a5bdf2b6926e080141f

Contents?: true

Size: 231 Bytes

Versions: 7

Compression:

Stored size: 231 Bytes

Contents

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

        def relation
          ::Collection
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyrax-3.1.0 app/services/hyrax/statistics/collections/over_time.rb
hyrax-3.0.2 app/services/hyrax/statistics/collections/over_time.rb
hyrax-3.0.1 app/services/hyrax/statistics/collections/over_time.rb
hyrax-3.0.0 app/services/hyrax/statistics/collections/over_time.rb
hyrax-3.0.0.pre.rc4 app/services/hyrax/statistics/collections/over_time.rb
hyrax-3.0.0.pre.rc3 app/services/hyrax/statistics/collections/over_time.rb
hyrax-3.0.0.pre.rc2 app/services/hyrax/statistics/collections/over_time.rb