-
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
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.