aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-05-31 07:31:08 -0300
committerJosé Valim <jose.valim@gmail.com>2010-05-31 12:56:25 +0200
commit1854209bb3d06bc81034dfec4ef75412700eae74 (patch)
tree060a6801dbd315f0c85f01842374fb1ee20c73bc /activesupport/lib/active_support/core_ext/string
parentf5104caf3b36a206aaf8a4355a2b3a73bbf55e5b (diff)
downloadrails-1854209bb3d06bc81034dfec4ef75412700eae74.tar.gz
rails-1854209bb3d06bc81034dfec4ef75412700eae74.tar.bz2
rails-1854209bb3d06bc81034dfec4ef75412700eae74.zip
Unforce i18n from AS
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'activesupport/lib/active_support/core_ext/string')
-rw-r--r--activesupport/lib/active_support/core_ext/string/interpolation.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/string/interpolation.rb b/activesupport/lib/active_support/core_ext/string/interpolation.rb
index 932117cc10..7f764e9de1 100644
--- a/activesupport/lib/active_support/core_ext/string/interpolation.rb
+++ b/activesupport/lib/active_support/core_ext/string/interpolation.rb
@@ -1 +1,2 @@
+require 'active_support/i18n'
require 'i18n/core_ext/string/interpolate'