Displaying 1 result from an estimated 1 matches for "order_card_number".
2010 Dec 17
2
Log Filtering Sensitive Data
...using the below
filter_parameter_logging :password
But if i have params like the below so how do i filter them out.
"order"=>{"card_number"=>"4111111111111160"}
ive tried the following below but it doesnt seem to work
filter_parameter_logging :card_number, :order_card_number, :order
How do people do this already? I have searched google, message boards
etc but cant seem to find a solution.
JB
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this...