fix gl accounts unable to update settings

This commit is contained in:
Joshua Arts
2018-07-13 10:21:32 -04:00
parent 8089decc17
commit a6b05f5fd3
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ class UsersController < ApplicationController
end
if errors.empty? && @user.save
# Notify the use that their account has been updated.
# Notify the user that their account has been updated.
redirect_to edit_user_path(@user), notice: "Information successfully updated."
else
# Append custom errors.