We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
target
1 parent 1129a53 commit 47a9072Copy full SHA for 47a9072
lib/phlex/rails/buffered.rb
@@ -56,7 +56,7 @@ def method_missing(*, **, &block)
56
end
57
58
if ::ActiveSupport::SafeBuffer === output
59
- @view.instance_variable_get(:@_context).target << output
+ @view.instance_variable_get(:@_context).buffer << output
60
61
62
nil
0 commit comments