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

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

Revision 8817, 160 bytes (checked in by bitsweat, 7 months ago)

ActiveSupport::Base64.encode64s since Base64 is deprecated

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.