aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib
diff options
context:
space:
mode:
authorJeremy Kemper <jeremykemper@gmail.com>2014-09-06 07:10:23 -0700
committerJeremy Kemper <jeremykemper@gmail.com>2014-09-06 07:10:23 -0700
commite11914b55110e8376e43476668ed8d5323b8dcba (patch)
tree44f4d342a2df226165f9f9c41d8c5342f0f6291f /actionview/lib
parent8d75aa9cb335e9d012978dfdfd0bfa1bdf989fae (diff)
parentab2ace6bbef1cc98c98e5a9a6b45e734bc5edd9d (diff)
downloadrails-e11914b55110e8376e43476668ed8d5323b8dcba.tar.gz
rails-e11914b55110e8376e43476668ed8d5323b8dcba.tar.bz2
rails-e11914b55110e8376e43476668ed8d5323b8dcba.zip
Merge pull request #16824 from rajcybage/action_view_content_tag
fix the undefined method content_tag #15245
Diffstat (limited to 'actionview/lib')
-rw-r--r--actionview/lib/action_view/helpers/translation_helper.rb1
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 1d50ea2ff5..c2fda42396 100644
--- a/actionview/lib/action_view/helpers/translation_helper.rb
+++ b/actionview/lib/action_view/helpers/translation_helper.rb
@@ -6,6 +6,7 @@ module ActionView
# = Action View Translation Helpers
module Helpers
module TranslationHelper
+ include TagHelper
# Delegates to <tt>I18n#translate</tt> but also performs three additional functions.
#
# First, it will ensure that any thrown +MissingTranslation+ messages will be turned