これは、動作中および非動作中のステータスに関連付けられた json 応答を送信するためのコードです。他のリソースに関する推奨事項はありますか? これは機能していません。ありがとうございました。
if @content.destroy
format.json { redirect_to @collection, status: :destroyed, notice 'Content was removed from collection.' }, :status => 200
else
format.json { render json @content.errors, status: :unprocessable_entity }, :status => 400
end