Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activesupport/lib/active_support/core_ext/cgi.rb

Revision 7719, 153 bytes (checked in by bitsweat, 1 year ago)

Ruby 1.9 compat, consistent load paths

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.