Method: Sufia::WorkThumbnailPathService.default_image

Defined in:
app/services/sufia/work_thumbnail_path_service.rb

.default_imageObject



4
5
6
# File 'app/services/sufia/work_thumbnail_path_service.rb', line 4

def default_image
  ActionController::Base.helpers.image_path 'work.png'
end