Have pick_avatar return json.

I'm working on writing a test in the discourse_api gem for uploading
avatars and the pick method needs to return a json response.

I also added a test to make sure json is returned.
This commit is contained in:
Blake Erickson
2014-12-06 09:26:32 -07:00
parent 5ec77d4be4
commit a61519eebf
2 changed files with 8 additions and 1 deletions

View File

@ -500,7 +500,7 @@ class UsersController < ApplicationController
end
user.save!
render nothing: true
render json: success_json
end
def destroy_user_image