todo hint added

This commit is contained in:
Christoph Haas 2021-02-13 22:16:03 +01:00
parent baaa419f00
commit afba572dcd

View file

@ -7,6 +7,7 @@ namespace :debshots do
#Rails.logger.level = Logger::DEBUG
Rails.logger.info "Iterating over screenshots"
# TODO: fix for Shrine - this only works for Paperclip
Screenshot.all.each do |screenshot|
# Check that the file actually exists
path = screenshot.image.path(:large)