Sha256: 8fad9874bac0ea7b07d02c038461f41b54e378c0fc7503734e2e04054104a631
Contents?: true
Size: 260 Bytes
Versions: 7
Compression:
Stored size: 260 Bytes
Contents
# frozen_string_literal: true module Sufia class CollectionThumbnailPathService < CurationConcerns::ThumbnailPathService class << self def default_image ActionController::Base.helpers.image_path 'collection.png' end end end end
Version data entries
7 entries across 7 versions & 1 rubygems