Cruft
This commit is contained in:
parent
bd08afdede
commit
3a4f40b7e3
2 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
#require 'paperclip_shrine_synchronization'
|
||||
|
||||
namespace :debshots do
|
||||
desc "Convert images from Paperclip (deprecated) to Shrine"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue