解决密码500问题

This commit is contained in:
huang 2015-11-23 22:10:28 +08:00
parent 591984ba63
commit 1426557b6d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module Trustie
base.class_eval {
#before_create :add_gitlab_user
#before_destroy :delete_gitlab_user
before_save :change_gitlab_user
#before_save :change_gitlab_user
}
end