Fog was recently updated, NotFound Module changed
This commit is contained in:
parent
e01162f664
commit
fc5f698207
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue