Sha256: 9773e75ba978ce5423ce94b9629713108932d9cb8a91a52eb9e041c5abd70250
Contents?: true
Size: 204 Bytes
Versions: 29
Compression:
Stored size: 204 Bytes
Contents
# frozen_string_literal: true module Hyrax class Pageview extend ::Legato::Model metrics :pageviews dimensions :date filter :for_path, &->(path) { contains(:pagePath, path) } end end
Version data entries
29 entries across 29 versions & 1 rubygems