carrierwave-ftp icon indicating copy to clipboard operation
carrierwave-ftp copied to clipboard

NotImplementedError: Need to implement #cache! if you want to use CarrierWave::Storage::SFTP as a cache storage.

Open dev-darenas opened this issue 4 years ago • 1 comments

I am getting this error when calling .store!(file) I think that the method cache! is missing

dev-darenas avatar Oct 22 '20 15:10 dev-darenas

CarrierWave.configure do |config|
    config.cache_storage = :file
    xxxx
end

tinyc-z avatar Jul 12 '21 20:07 tinyc-z