mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 03:15:57 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user