Skip to content

Commit 5aabcf2

Browse files
carlosantoniodasilvatenderlove
authored andcommitted
Include missing module in tag_helper
Since 6857415 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.
1 parent ebc3639 commit 5aabcf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actionpack/lib/action_view/helpers/tag_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module Helpers #:nodoc:
1010
module TagHelper
1111
extend ActiveSupport::Concern
1212
include CaptureHelper
13+
include OutputSafetyHelper
1314

1415
BOOLEAN_ATTRIBUTES = %w(disabled readonly multiple checked autobuffer
1516
autoplay controls loop selected hidden scoped async

0 commit comments

Comments
 (0)