diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index b837dc652..ca8e39b62 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -62,7 +62,7 @@ class UsersController < ApplicationController else flash[:notice] = "Settings updated" end - respond_with(@user) + respond_with(@user, location: edit_user_path(@user)) end def cache