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:
parent
ae2b47afd6
commit
33ef601b12
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue