diff options
author | Cristian Bica <cristian.bica@gmail.com> | 2014-08-13 22:55:32 +0300 |
---|---|---|
committer | Cristian Bica <cristian.bica@gmail.com> | 2014-08-13 22:55:32 +0300 |
commit | 06908e60be2bd3e2f247e26d3d1fa6bcb7f43943 (patch) | |
tree | 2f1752c774fad931e62669ee96d26b5b7da0bd61 /actionview | |
parent | 95b79c1ff4d253d1554615baa5a02b0910d5a6dc (diff) | |
parent | 2750cc41484266c731c4bf0460d74b0de49e7450 (diff) | |
download | rails-06908e60be2bd3e2f247e26d3d1fa6bcb7f43943.tar.gz rails-06908e60be2bd3e2f247e26d3d1fa6bcb7f43943.tar.bz2 rails-06908e60be2bd3e2f247e26d3d1fa6bcb7f43943.zip |
Merge branch 'master' into activejob
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/lib/action_view/helpers/translation_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/lib/action_view/helpers/translation_helper.rb b/actionview/lib/action_view/helpers/translation_helper.rb index 17ec6a40bf..1d50ea2ff5 100644 --- a/actionview/lib/action_view/helpers/translation_helper.rb +++ b/actionview/lib/action_view/helpers/translation_helper.rb @@ -1,4 +1,5 @@ require 'action_view/helpers/tag_helper' +require 'active_support/core_ext/string/access' require 'i18n/exceptions' module ActionView |