diff options
| author | Louise Crow <louise.crow@gmail.com> | 2013-12-16 13:40:28 +0000 | 
|---|---|---|
| committer | Louise Crow <louise.crow@gmail.com> | 2013-12-16 13:40:28 +0000 | 
| commit | cdde98cfe4705f73d103ab37453186d9b69234db (patch) | |
| tree | 1d587b6c20269ab43a178da9aeecf8ee7fba914d /lib/i18n_fixes.rb | |
| parent | 38b21c1f091f78adc3cba8bea93467a0adf3bc42 (diff) | |
| parent | 65a961c4e74ca56f50468f1194e0d080169ce04a (diff) | |
Merge branch 'rails-3-develop' into release/0.16
Diffstat (limited to 'lib/i18n_fixes.rb')
| -rw-r--r-- | lib/i18n_fixes.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/i18n_fixes.rb b/lib/i18n_fixes.rb index 9f0849e75..64c370477 100644 --- a/lib/i18n_fixes.rb +++ b/lib/i18n_fixes.rb @@ -35,7 +35,7 @@ def gettext_interpolate(string, values)      pattern, key = $1, $1.to_sym      if !values.include?(key) -      raise I18n::MissingInterpolationArgument.new(pattern, string) +      raise I18n::MissingInterpolationArgument.new(pattern, string, values)      else        v = values[key].to_s        if safe && !v.html_safe?  | 
