aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-10-04 21:48:18 +0100
committerPratik Naik <pratiknaik@gmail.com>2008-10-04 22:13:50 +0100
commit259a7a844b53b7d508145cc61fed9e11581e5409 (patch)
treeca91608fbab39d03b59137d018046606717883bd /activesupport/lib/active_support.rb
parent964dfc15572d7c10771c81ac3cbfb455dd5e378e (diff)
downloadrails-259a7a844b53b7d508145cc61fed9e11581e5409.tar.gz
rails-259a7a844b53b7d508145cc61fed9e11581e5409.tar.bz2
rails-259a7a844b53b7d508145cc61fed9e11581e5409.zip
Add tests for ActiveSupport::Rescuable. Use ActiveSupport::Rescuable in ActionController::Base.
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index b30faff06d..0ff09067ec 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -56,6 +56,8 @@ require 'active_support/time_with_zone'
require 'active_support/secure_random'
+require 'active_support/rescuable'
+
I18n.load_path << File.dirname(__FILE__) + '/active_support/locale/en-US.yml'
Inflector = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Inflector', 'ActiveSupport::Inflector')