lib/active_support.rb in activesupport-3.0.0.beta vs lib/active_support.rb in activesupport-3.0.0.beta2
- old
+ new
@@ -51,10 +51,11 @@
autoload :Concern
autoload :Configurable
autoload :Deprecation
autoload :Gzip
autoload :Inflector
+ autoload :JSON
autoload :Memoizable
autoload :MessageEncryptor
autoload :MessageVerifier
autoload :Multibyte
autoload :OptionMerger
@@ -68,5 +69,7 @@
end
autoload :SafeBuffer, "active_support/core_ext/string/output_safety"
autoload :TestCase
end
+
+autoload :I18n, "active_support/i18n"