Skip to content

Commit 47a9072

Browse files
committed
Remove last instance of target
1 parent 1129a53 commit 47a9072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phlex/rails/buffered.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def method_missing(*, **, &block)
5656
end
5757

5858
if ::ActiveSupport::SafeBuffer === output
59-
@view.instance_variable_get(:@_context).target << output
59+
@view.instance_variable_get(:@_context).buffer << output
6060
end
6161

6262
nil

0 commit comments

Comments
 (0)