Merge pull request #4500 from tchak/active-storage-file-not-found
Implement ActiveStorage::FileNotFoundError
This commit is contained in:
commit
8d8be8d033
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