app/services/hyrax/statistics/collections/over_time.rb in hyrax-3.0.0.pre.rc1 vs app/services/hyrax/statistics/collections/over_time.rb in hyrax-3.0.0.pre.rc2
- old
+ new
@@ -1,13 +1,14 @@
+# frozen_string_literal: true
module Hyrax
module Statistics
module Collections
class OverTime < Statistics::OverTime
private
- def relation
- Collection
- end
+ def relation
+ ::Collection
+ end
end
end
end
end