##// END OF EJS Templates
gender neutral source comment at app/controllers/my_controller.rb...
Toshi MARUYAMA -
r11858:33ef601b12cb
parent child
Show More
@@ -17,7 +17,7
17
17
18 class MyController < ApplicationController
18 class MyController < ApplicationController
19 before_filter :require_login
19 before_filter :require_login
20 # let user change his password when he has to
20 # let user change user's password when user has to
21 skip_before_filter :check_password_change, :only => :password
21 skip_before_filter :check_password_change, :only => :password
22
22
23 helper :issues
23 helper :issues
General Comments 0
You need to be logged in to leave comments. Login now