I'm filtering passwords in my Rails 3.1 app's config/application.rb
file as usual with:
config.filter_parameters += [:password]
However, I'm got an email field in two different models, and I'd like to filter email from only one of those models. Is there a way to do this?