forked from rails/rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actually upload the files when passed as File or Pathname
This is a follow-up to rails#45606 We were storing the file metadata in Blob and Attachment but we were not actually uploading the files (into the file system for instance for disk storage). It was failing silently so I made it explicit what is accepted and what is unexpected
- Loading branch information
1 parent
f57d54c
commit 94a7149
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters