aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-12-20 15:18:42 +0100
committerJosé Valim <jose.valim@gmail.com>2011-12-20 15:18:42 +0100
commit6a6fc4e1db2469bd309c074f607abb60764ba20d (patch)
treef25d87262f1a77ae9aea66543cf4e132d5bf7e3a /activesupport/lib/active_support.rb
parent6c57177f2c7f4f934716d588545902d5fc00fa99 (diff)
downloadrails-6a6fc4e1db2469bd309c074f607abb60764ba20d.tar.gz
rails-6a6fc4e1db2469bd309c074f607abb60764ba20d.tar.bz2
rails-6a6fc4e1db2469bd309c074f607abb60764ba20d.zip
Remove deprecations from Active Support.
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index a5aeeacaef..896d0e5f65 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -62,7 +62,6 @@ module ActiveSupport
autoload :Gzip
autoload :Inflector
autoload :JSON
- autoload :Memoizable
autoload :MessageEncryptor
autoload :MessageVerifier
autoload :Multibyte