Just upgraded my rails application to Rails 3.1.1 and got the following error:
Routing Error undefined method `filter_parameter_logging' for ApplicationController:Class
application_controller.rb:
class ApplicationController < ActionController::Base protect_from_forgery helper :all helper_method :current_user_session, :current_user filter_parameter_logging :password, :password_confirmation ...
Do you have any ideas on this? Thanks!
ruby-on-rails ruby-on-rails-3
Don tomato
source share