aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-11-24 11:52:29 -0600
committerJoshua Peek <josh@joshpeek.com>2008-11-24 11:52:29 -0600
commitfffb1da3f22852c722dbc4436ec7c924435d29a5 (patch)
treed31d10a47fa818328700cb123878f38328c6679b /activesupport/lib/active_support.rb
parent703fecb4fc81c3a975a53c9c4534f40193bd1ab9 (diff)
downloadrails-fffb1da3f22852c722dbc4436ec7c924435d29a5.tar.gz
rails-fffb1da3f22852c722dbc4436ec7c924435d29a5.tar.bz2
rails-fffb1da3f22852c722dbc4436ec7c924435d29a5.zip
require json lib when serialization is loaded
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index b9b41ffa8b..8068538e33 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -23,7 +23,7 @@
module ActiveSupport
def self.load_all!
- [Dependencies, Deprecation, Gzip, JSON, MessageVerifier, Multibyte, SecureRandom, TimeWithZone]
+ [Dependencies, Deprecation, Gzip, MessageVerifier, Multibyte, SecureRandom, TimeWithZone]
end
autoload :BacktraceCleaner, 'active_support/backtrace_cleaner'