1. 26 Jun, 2020 1 commit
    • 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
  2. 25 Jun, 2020 39 commits