Implement ActiveStorage::FileNotFoundError

This commit is contained in:
Paul Chavard 2019-11-07 17:20:09 +01:00
parent e3382401b9
commit 5bc8b5fe12

View file

@ -0,0 +1,4 @@
module ActiveStorage
# activestorage-openstack uses ActiveStorage::FileNotFoundError which only exists in rails 6
class FileNotFoundError < StandardError; end
end