Skip to content

Commit 8b0499a

Browse files
committed
Fix typo in ActionView::OutputBuffer
Fix: rails#45789 I shouldn't commit this early -_-
1 parent dbab460 commit 8b0499a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/buffers.rb

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

5656
def safe_concat(value)

0 commit comments

Comments
 (0)