undefined method `filter_parameter_logging' for ApplicationController:Class
class ApplicationController < ActionController::Base
helper :all
helper_method :current_user_session, :current_user
filter_parameter_logging :password, :password_confirmation
Solution: It is now builtin authlogic, you do not need to include this line at all !
Recent Comments