0
0
Fork 0

Fix #73 - Click on in-UI profile avatar/name to open public profile

This commit is contained in:
Eugen Rochko 2016-10-06 23:15:50 +02:00
parent a4b8069cf5
commit 943c69c65d
2 changed files with 8 additions and 5 deletions

View file

@ -9,7 +9,7 @@ class SettingsController < ApplicationController
def update
if @account.update(account_params)
redirect_to settings_path
redirect_to settings_path, notice: 'Changes successfully saved!'
else
render action: :show
end