Avoid calling URI.escape in #url method, and use Paperclip::InterpolatedString
Paperclip::InterpolatedString will ensure that we're not double escape the string, which was the cause of the escaped filename problem in #path method.
Showing
Please
register
or
sign in
to comment