aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/cgi.rb
blob: db90e5c74598a688cfa6d2441af4b4cc27d652bf (plain) (blame)
1
2
3
4
5
require 'active_support/core_ext/cgi/escape_skipping_slashes'

class CGI #:nodoc:
  extend ActiveSupport::CoreExtensions::CGI::EscapeSkippingSlashes
end