module Paperclip::UrlGenerator::URI

We're overriding this module inside of UrlGenerator in order to get rid of the warning that came in in Ruby 2.7.

Public Class Methods

escape(url) click to toggle source
# File lib/paperweight.rb, line 13
def self.escape(url)
  ::URI::DEFAULT_PARSER.escape(url)
end