root/trunk/activesupport/lib/active_support/core_ext/base64.rb
| Revision 8817, 160 bytes (checked in by bitsweat, 7 months ago) |
|---|
| Line | |
|---|---|
| 1 | require 'active_support/base64' |
| 2 | require 'active_support/core_ext/base64/encoding' |
| 3 | |
| 4 | ActiveSupport::Base64.extend ActiveSupport::CoreExtensions::Base64::Encoding |
Note: See TracBrowser for help on using the browser.