Sha256: f481ffc6bfc5e9eecdeb6194de24cfec169495401e97ced50e890bbf33a6aec5

Contents?: true

Size: 249 Bytes

Versions: 10

Compression:

Stored size: 249 Bytes

Contents

# frozen_string_literal: true
module Hyrax
  class CollectionThumbnailPathService < Hyrax::ThumbnailPathService
    class << self
      def default_image
        ActionController::Base.helpers.image_path 'collection.png'
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/services/hyrax/collection_thumbnail_path_service.rb
hyrax-1.1.0 app/services/hyrax/collection_thumbnail_path_service.rb
hyrax-1.0.5 app/services/hyrax/collection_thumbnail_path_service.rb
hyrax-1.0.4 app/services/hyrax/collection_thumbnail_path_service.rb
hyrax-1.0.3 app/services/hyrax/collection_thumbnail_path_service.rb
hyrax-1.0.2 app/services/hyrax/collection_thumbnail_path_service.rb
hyrax-1.0.1 app/services/hyrax/collection_thumbnail_path_service.rb
hyrax-1.0.0.rc2 app/services/hyrax/collection_thumbnail_path_service.rb
hyrax-1.0.0.rc1 app/services/hyrax/collection_thumbnail_path_service.rb
test_hyrax-0.0.1.alpha app/services/hyrax/collection_thumbnail_path_service.rb