For example, for a password field on the web page, I want the value of
the param to be passed to the controller by using params[:password] in
the controller, but I don't want this to show up in the log output
like:

Params: {"format"=>nil, "action"=>"show", "id"=>"foo",
"controller"=>"users", "password" => "123456"}

Is there an easy way to mask or remove the "password" param from the
log output and still be able to use it in the controller?

Thanks.
-- 
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/merb?hl=en.


Reply via email to