From 33ef601b12cb2ad3b294dba0930f1d656e032fb7 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 6 Aug 2013 06:27:30 +0000 Subject: [PATCH] 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 --- app/controllers/my_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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