From: Toshi MARUYAMA Date: Tue, 6 Aug 2013 06:27:30 +0000 (+0000) Subject: gender neutral source comment at app/controllers/my_controller.rb X-Git-Tag: 2.4.0~154 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=33ef601b12cb2ad3b294dba0930f1d656e032fb7;p=redmine.git 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 --- 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