From 1cd949006a419807d5ae3400442942b752780ca2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 27 Dec 2009 14:43:06 -0800 Subject: Fix the i18n dependency problem --- activesupport/lib/active_support/all.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/all.rb') diff --git a/activesupport/lib/active_support/all.rb b/activesupport/lib/active_support/all.rb index f537818300..64600575d9 100644 --- a/activesupport/lib/active_support/all.rb +++ b/activesupport/lib/active_support/all.rb @@ -1,3 +1,4 @@ require 'active_support' +require 'active_support/i18n' require 'active_support/time' require 'active_support/core_ext' -- cgit v1.2.3