Look up a Rails HTTP Status Code
204 - No Content
Rails HTTP Status code
:no_content
When to use status code 204
The server successfully processed the request, but is not returning any content.
:no_content
The server successfully processed the request, but is not returning any content.