interpolations.rb
6.27 KB
-
Avoid calling URI.escape in #url method, and use Paperclip::InterpolatedString · 56e41359
Paperclip::InterpolatedString will ensure that we're not double escape the string, which was the cause of the escaped filename problem in #path method.
Prem Sichanugrist committed