Skip to content
Snippets Groups Projects
Commit c4fd355a authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

fixing render nothing params

parent 83553719
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ class V1::UsersController < ApplicationController
# DELETE /v1/users/1.json
def destroy
@user.destroy
render :nothing, status: :ok
render nothing: true, status: :ok
end
# POST /v1/users/1/follow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment