aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.rb
diff options
context:
space:
mode:
authorSven Fuchs <svenfuchs@artweb-design.de>2008-08-20 17:52:54 +0200
committerSven Fuchs <svenfuchs@artweb-design.de>2008-08-20 17:52:54 +0200
commita2d67403ac84fe6fef659ac3b17d430f141cda41 (patch)
treef6fb2e7c10eabf9d6ecce484932d5eaabbd476be /activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.rb
parentc379582064b4f345ecb6bab999e2f1c5685313a8 (diff)
downloadrails-a2d67403ac84fe6fef659ac3b17d430f141cda41.tar.gz
rails-a2d67403ac84fe6fef659ac3b17d430f141cda41.tar.bz2
rails-a2d67403ac84fe6fef659ac3b17d430f141cda41.zip
remove warning in i18n gem
Diffstat (limited to 'activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.rb')
-rwxr-xr-xactivesupport/lib/active_support/vendor/i18n-0.0.1/i18n.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.rb b/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.rb
index 145840aa36..0e2a2d7051 100755
--- a/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.rb
+++ b/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.rb
@@ -63,7 +63,7 @@ module I18n
# files which are either named *.rb and contain plain Ruby Hashes or are
# named *.yml and contain YAML data.)
def load_translations(*args)
- backend.load_translations *args
+ backend.load_translations(*args)
end
# Stores translations for the given locale in the backend.