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
This commit is contained in:
Toshi MARUYAMA 2013-08-06 06:27:30 +00:00
parent ae2b47afd6
commit 33ef601b12
1 changed files with 1 additions and 1 deletions

View File

@ -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