From 5cd9aad4fdf55c591fe8e12657008e83315251d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Valim?= <jose.valim@gmail.com>
Date: Sun, 24 Jan 2010 10:27:42 +0100
Subject: Add I18n tests to engines.

---
 activesupport/lib/active_support/railtie.rb | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'activesupport')

diff --git a/activesupport/lib/active_support/railtie.rb b/activesupport/lib/active_support/railtie.rb
index d443e0e997..74cc72eff1 100644
--- a/activesupport/lib/active_support/railtie.rb
+++ b/activesupport/lib/active_support/railtie.rb
@@ -26,6 +26,8 @@ module I18n
           I18n.send("#{setting}=", value)
         end
       end
+
+      I18n.reload!
     end
   end
 end
-- 
cgit v1.2.3