aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tag_helper.rb
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-07-09 18:44:53 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-07-09 18:47:35 -0300
commit05fde24e1ef8c3b225eea8c51cbc05418620ae4a (patch)
tree582c2507a0a7680d987e96a157fb33272096f2b0 /actionview/lib/action_view/helpers/tag_helper.rb
parent4c34ad37b2e15731ecf22686fa98755ca0c4757e (diff)
downloadrails-05fde24e1ef8c3b225eea8c51cbc05418620ae4a.tar.gz
rails-05fde24e1ef8c3b225eea8c51cbc05418620ae4a.tar.bz2
rails-05fde24e1ef8c3b225eea8c51cbc05418620ae4a.zip
Include missing module in tag_helper
Since 6857415187810f1289068a448268264d0cf0844f we are using #safe_join to join the content when an Array is given, so we must include the dependent module here to make sure it's available when this module is used alone. This was making Simple Form tests to fail with current master due to the missing dependency.
Diffstat (limited to 'actionview/lib/action_view/helpers/tag_helper.rb')
-rw-r--r--actionview/lib/action_view/helpers/tag_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/lib/action_view/helpers/tag_helper.rb b/actionview/lib/action_view/helpers/tag_helper.rb
index 35444bcfb4..268558669e 100644
--- a/actionview/lib/action_view/helpers/tag_helper.rb
+++ b/actionview/lib/action_view/helpers/tag_helper.rb
@@ -9,6 +9,7 @@ module ActionView
module TagHelper
extend ActiveSupport::Concern
include CaptureHelper
+ include OutputSafetyHelper
BOOLEAN_ATTRIBUTES = %w(disabled readonly multiple checked autobuffer
autoplay controls loop selected hidden scoped async