Return no content on update

This commit is contained in:
Stanko K.R.
2025-12-10 15:07:22 +01:00
parent 566def581e
commit 90e6322092
+1 -1
View File
@@ -28,7 +28,7 @@ class Cards::CommentsController < ApplicationController
respond_to do |format|
format.turbo_stream
format.json { render :show }
format.json { head :no_content }
end
end