Implement ActiveStorage::FileNotFoundError
This commit is contained in:
parent
e3382401b9
commit
5bc8b5fe12
1 changed files with 4 additions and 0 deletions
4
app/lib/active_storage/file_not_found_error.rb
Normal file
4
app/lib/active_storage/file_not_found_error.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
module ActiveStorage
|
||||
# activestorage-openstack uses ActiveStorage::FileNotFoundError which only exists in rails 6
|
||||
class FileNotFoundError < StandardError; end
|
||||
end
|
Loading…
Reference in a new issue