-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correctly derive paths for UploadedFileUploader
`UploadedFileUploader`'s path generation was extremely fragile. for instance, it would generate an incorrect path if the configuration option didn't end with '/'. to generate a vaild in a system independent way, use `Pathname#/` and then cast back to a string.
- Loading branch information
tamsin johnson
committed
Jun 28, 2022
1 parent
94cd8e0
commit a7e6a62
Showing
2 changed files
with
5 additions
and
7 deletions.
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