Sha256: 3d483ffdd1fe3aac1408df3caddd5a1221ab9f0f8958fe1ec4c3f42ab6bfa4cf
Contents?: true
Size: 237 Bytes
Versions: 29
Compression:
Stored size: 237 Bytes
Contents
# frozen_string_literal: true module Hyrax class WorkThumbnailPathService < Hyrax::ThumbnailPathService class << self def default_image ActionController::Base.helpers.image_path 'work.png' end end end end
Version data entries
29 entries across 29 versions & 1 rubygems