root/trunk/activesupport/lib/active_support/core_ext/cgi.rb
| Revision 7719, 153 bytes (checked in by bitsweat, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | require 'active_support/core_ext/cgi/escape_skipping_slashes' |
| 2 | |
| 3 | class CGI #:nodoc: |
| 4 | extend ActiveSupport::CoreExtensions::CGI::EscapeSkippingSlashes |
| 5 | end |
Note: See TracBrowser for help on using the browser.