我想要这样的东西:
redirect_to user_path(@user),format: :json
但这不起作用,我仍然重定向到html路径.
redirect_to user_path(@user,format: :json)