• Sean McGivern's avatar
    Fix display of IP addresses in audit logs · a03429aa
    Sean McGivern authored
    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.
    a03429aa
fix-audit-event-ip-address-display.yml 94 Bytes