Commit Graph

1 Commits

Author SHA1 Message Date
Javi Martín
4f4f8f6180 Supress warnings in Paperclip::UrlGenerator
We were getting hundreds of "warning: URI.escape is obsolete" messages.
So we're using `URI::DEFAULT_PARSER.escape` instead.

IMHO it's OK to add this monkey-patch because we're replacing Paperclip
with Active Storage, and when we finish with that we'll delete this
file.
2021-09-03 12:12:38 +02:00