This commit is contained in:
Christoph Haas 2020-11-01 23:25:34 +01:00
parent bd08afdede
commit 3a4f40b7e3
2 changed files with 2 additions and 4 deletions

View file

@ -17,5 +17,5 @@ Shrine.plugin :determine_mime_type, analyzer: :marcel, log_subscriber: nil
Shrine.plugin :cached_attachment_data
Shrine.plugin :restore_cached_data
Shrine.plugin :derivatives # up front processing
Shrine.plugin :derivation_endpoint, # on-the-fly processing
secret_key: Rails.application.secret_key_base
# Shrine.plugin :derivation_endpoint, # on-the-fly processing
# secret_key: Rails.application.secret_key_base

View file

@ -1,5 +1,3 @@
#require 'paperclip_shrine_synchronization'
namespace :debshots do
desc "Convert images from Paperclip (deprecated) to Shrine"