Skip to content

Commit dbab460

Browse files
authored
Merge pull request rails#45789 from Shopify/action-view-buffer-concat
Add ActionView::OutputBuffer#concat back
2 parents aa00ef3 + aa0cb6d commit dbab460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actionview/lib/action_view/buffers.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def <<(value)
5050
end
5151
self
5252
end
53+
alias :concat, :<<
5354
alias :append= :<<
5455

5556
def safe_concat(value)

0 commit comments

Comments
 (0)