Fog was recently updated, NotFound Module changed

This commit is contained in:
Mathieu Magnin 2018-11-28 16:15:33 +01:00
parent e01162f664
commit fc5f698207

View file

@ -7,7 +7,7 @@ class BaseUploader < CarrierWave::Uploader::Base
def remove!
begin
super
rescue Fog::Storage::OpenStack::NotFound
rescue Fog::OpenStack::Storage::NotFound
end
end
end