diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-08-06 06:27:30 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-08-06 06:27:30 +0000 |
commit | 33ef601b12cb2ad3b294dba0930f1d656e032fb7 (patch) | |
tree | 8ea3ce1dfdcfca483435b79049e6bfab7bbd96e7 /app/controllers/my_controller.rb | |
parent | ae2b47afd667f394f24798baf9bbbecbba49d281 (diff) | |
download | redmine-33ef601b12cb2ad3b294dba0930f1d656e032fb7.tar.gz redmine-33ef601b12cb2ad3b294dba0930f1d656e032fb7.zip |
gender neutral source comment at app/controllers/my_controller.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12088 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/my_controller.rb')
-rw-r--r-- | app/controllers/my_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/my_controller.rb b/app/controllers/my_controller.rb index 679aee38c..1e67b7564 100644 --- a/app/controllers/my_controller.rb +++ b/app/controllers/my_controller.rb @@ -17,7 +17,7 @@ class MyController < ApplicationController before_filter :require_login - # let user change his password when he has to + # let user change user's password when user has to skip_before_filter :check_password_change, :only => :password helper :issues |