filter_parameter_logging

Hi,

Is there a way to specify keys of a hash in params to filter_parameter_logging.

For example, my payment form sends creditcard[:number] and creditcard[:type] in params and I filter these keys using filter_parameter_logging :number, :type.

I don't want :number and :type in other forms to be filtered. Is there a way to solve this?

thanks, Ritesh