I would like to know what would happen if I print out the value of a filtered parameters in byebug
. Would it be [FILTER]
or the actual value
or an empty string
.
e.g. password and credit card fields
I am getting empty string, so I'm not sure whether that value exist or not.