Sha256: 021d0e8b0d06e32468d369228429af14584acfa27e220eec8305ea5574ae50cd

Contents?: true

Size: 236 Bytes

Versions: 8

Compression:

Stored size: 236 Bytes

Contents

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

        def relation
          Hyrax::WorkRelation.new
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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