diff options
author | Sven Fuchs <svenfuchs@artweb-design.de> | 2008-08-20 17:51:42 +0200 |
---|---|---|
committer | Sven Fuchs <svenfuchs@artweb-design.de> | 2008-08-20 17:51:42 +0200 |
commit | a6a62004c93d792c230d80f8a65da0bb45cb369f (patch) | |
tree | c022a5462e8f24ee5e9d0ee9a962c50049dae61a /activesupport | |
parent | e2b191681e1c8c8b4344f1fc755e48fccdd1d603 (diff) | |
download | rails-a6a62004c93d792c230d80f8a65da0bb45cb369f.tar.gz rails-a6a62004c93d792c230d80f8a65da0bb45cb369f.tar.bz2 rails-a6a62004c93d792c230d80f8a65da0bb45cb369f.zip |
add human_name and value to ar validation #generate_message
Diffstat (limited to 'activesupport')
-rwxr-xr-x | activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.rb | 2 |
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. |