If you don't want to do anything at all, you can do this:
render :nothing => true, :status => 204
or like this:
render :nothing => true, :status => 204 and return
Or you can use the part :status => 204 with any other rendering command
thorsten mΓΌller Dec 21 2018-11-12T19
source share