Fix display of IP addresses in audit logs
The `ip_address` column returns an IPAddr, which doesn't specify a JSON representation so we get the Rails default of a hash of its instance variables. We need an explicit `to_s` to show it in human-readable form.
Showing
Please register or sign in to comment