Activities

Action
Record
Actor
Created At
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "demo/city.show",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Versailles",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::City",
      "record_id": 2,
      "attrs": {
        "name": "Versailles",
        "country": "France",
        "public_attrs": {
          "name": "Versailles"
        }
      },
      "route": "/demo/cities/:id",
      "record_display_name": "Versailles",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "name": "Versailles"
      }
    },
    {
      "relation": "has_many",
      "record_type": "Demo::Address",
      "record_id": 2,
      "attrs": {
        "street": "The Palace of Versailles",
        "postal_code": "78000",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "The Palace of Versailles 78000 - Versailles",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "has_many",
      "record_type": "User",
      "record_id": 2,
      "attrs": {
        "first_name": "Jimi",
        "last_name": "Hendrix",
        "age": "27",
        "email": "jimi@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Jimi"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Jimi Hendrix",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "first_name": "Jimi"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "user.login",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Elvis Presley",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": 5,
      "attrs": {
        "first_name": "Elvis",
        "last_name": "Presley",
        "age": "42",
        "email": "elvis@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Elvis"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Elvis Presley",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Elvis"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": 5,
      "attrs": {
        "sex": "Male",
        "religion": "Christianity",
        "public_attrs": {
          "sex": "Male"
        }
      },
      "route": null,
      "record_display_name": "Demo::UserProfile#5",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Male"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 5,
      "attrs": {
        "street": "Pyramid of Giza",
        "postal_code": "12588",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Pyramid of Giza 12588 - Giza",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 3,
      "attrs": {
        "name": "Starlight Jazz Café",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Starlight Jazz Café",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "demo/address.show",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "The Palace of Versailles 78000 - Versailles",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::Address",
      "record_id": 2,
      "attrs": {
        "street": "The Palace of Versailles",
        "postal_code": "78000",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "The Palace of Versailles 78000 - Versailles",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "demo/city.show",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Versailles",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::City",
      "record_id": 2,
      "attrs": {
        "name": "Versailles",
        "country": "France",
        "public_attrs": {
          "name": "Versailles"
        }
      },
      "route": "/demo/cities/:id",
      "record_display_name": "Versailles",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "name": "Versailles"
      }
    },
    {
      "relation": "has_many",
      "record_type": "Demo::Address",
      "record_id": 2,
      "attrs": {
        "street": "The Palace of Versailles",
        "postal_code": "78000",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "The Palace of Versailles 78000 - Versailles",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "has_many",
      "record_type": "User",
      "record_id": 2,
      "attrs": {
        "first_name": "Jimi",
        "last_name": "Hendrix",
        "age": "27",
        "email": "jimi@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Jimi"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Jimi Hendrix",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "first_name": "Jimi"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "demo/city.destroy",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::City",
      "record_id": null,
      "attrs": {
        "name": "Translation missing: en.loggable_activity.activity.deleted",
        "country": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "name": "Jukkasjärvi"
      }
    },
    {
      "relation": "has_many",
      "record_type": "Demo::Address",
      "record_id": null,
      "attrs": {
        "street": "Translation missing: en.loggable_activity.activity.deleted",
        "postal_code": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Ice Hotel, Marknadsvägen 63 981 91 - Jukkasjärvi",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
      }
    },
    {
      "relation": "has_many",
      "record_type": "User",
      "record_id": null,
      "attrs": {
        "first_name": "Translation missing: en.loggable_activity.activity.deleted",
        "last_name": "Translation missing: en.loggable_activity.activity.deleted",
        "age": "Translation missing: en.loggable_activity.activity.deleted",
        "email": "Translation missing: en.loggable_activity.activity.deleted",
        "user_type": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Kurt Cobain",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Kurt"
      }
    },
    {
      "relation": "has_many",
      "record_type": "User",
      "record_id": null,
      "attrs": {
        "first_name": "Translation missing: en.loggable_activity.activity.deleted",
        "last_name": "Translation missing: en.loggable_activity.activity.deleted",
        "age": "Translation missing: en.loggable_activity.activity.deleted",
        "email": "Translation missing: en.loggable_activity.activity.deleted",
        "user_type": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Max Greenfield",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Max"
      }
    },
    {
      "relation": "has_many",
      "record_type": "User",
      "record_id": null,
      "attrs": {
        "first_name": "Translation missing: en.loggable_activity.activity.deleted",
        "last_name": "Translation missing: en.loggable_activity.activity.deleted",
        "age": "Translation missing: en.loggable_activity.activity.deleted",
        "email": "Translation missing: en.loggable_activity.activity.deleted",
        "user_type": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "John Doe",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "John"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "user.login",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Elvis Presley",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": 5,
      "attrs": {
        "first_name": "Elvis",
        "last_name": "Presley",
        "age": "42",
        "email": "elvis@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Elvis"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Elvis Presley",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Elvis"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": 5,
      "attrs": {
        "sex": "Male",
        "religion": "Christianity",
        "public_attrs": {
          "sex": "Male"
        }
      },
      "route": null,
      "record_display_name": "Demo::UserProfile#5",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Male"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 5,
      "attrs": {
        "street": "Pyramid of Giza",
        "postal_code": "12588",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Pyramid of Giza 12588 - Giza",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 3,
      "attrs": {
        "name": "Starlight Jazz Café",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Starlight Jazz Café",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 13,
  "action": "user.destroy",
  "actor_display_name": "Translation missing: en.loggable.activity.deleted",
  "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": null,
      "attrs": {
        "first_name": "Translation missing: en.loggable_activity.activity.deleted",
        "last_name": "Translation missing: en.loggable_activity.activity.deleted",
        "age": "Translation missing: en.loggable_activity.activity.deleted",
        "email": "Translation missing: en.loggable_activity.activity.deleted",
        "user_type": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Matthew"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 13,
  "action": "user.destroy",
  "actor_display_name": "Translation missing: en.loggable.activity.deleted",
  "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": null,
      "attrs": {
        "first_name": "Translation missing: en.loggable_activity.activity.deleted",
        "last_name": "Translation missing: en.loggable_activity.activity.deleted",
        "age": "Translation missing: en.loggable_activity.activity.deleted",
        "email": "Translation missing: en.loggable_activity.activity.deleted",
        "user_type": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Freddie"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": null,
      "attrs": {
        "sex": "Translation missing: en.loggable_activity.activity.deleted",
        "religion": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "sex": "Male"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 13,
  "action": "user.sign_up",
  "actor_display_name": "Translation missing: en.loggable.activity.deleted",
  "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": null,
      "attrs": {
        "first_name": "Translation missing: en.loggable_activity.activity.deleted",
        "last_name": "Translation missing: en.loggable_activity.activity.deleted",
        "age": "Translation missing: en.loggable_activity.activity.deleted",
        "email": "Translation missing: en.loggable_activity.activity.deleted",
        "user_type": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Matthew"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 12,
  "action": "demo/address.update",
  "actor_display_name": "Translation missing: en.loggable.activity.deleted",
  "record_display_name": "Ice Hotel, Marknadsvägen 63 981 91 - Jukkasjärvi",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::Address",
      "record_id": 1,
      "attrs": [

      ],
      "route": "/demo/addresses/:id",
      "record_display_name": "Ice Hotel, Marknadsvägen 63 981 91 - Jukkasjärvi",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "changes": [

        ]
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 12,
  "action": "user.sign_up",
  "actor_display_name": "Translation missing: en.loggable.activity.deleted",
  "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": null,
      "attrs": {
        "first_name": "Translation missing: en.loggable_activity.activity.deleted",
        "last_name": "Translation missing: en.loggable_activity.activity.deleted",
        "age": "Translation missing: en.loggable_activity.activity.deleted",
        "email": "Translation missing: en.loggable_activity.activity.deleted",
        "user_type": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "asdf"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "demo/club.create",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Under 40",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::Club",
      "record_id": 21,
      "attrs": {
        "name": "Under 40",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Under 40",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 2,
      "attrs": {
        "street": "The Palace of Versailles",
        "postal_code": "78000",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "The Palace of Versailles 78000 - Versailles",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "user.destroy",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": null,
      "attrs": {
        "first_name": "Translation missing: en.loggable_activity.activity.deleted",
        "last_name": "Translation missing: en.loggable_activity.activity.deleted",
        "age": "Translation missing: en.loggable_activity.activity.deleted",
        "email": "Translation missing: en.loggable_activity.activity.deleted",
        "user_type": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "David"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": null,
      "attrs": {
        "sex": "Translation missing: en.loggable_activity.activity.deleted",
        "religion": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "sex": "Male"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "demo/journal.create",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "ok",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::Journal",
      "record_id": 8,
      "attrs": {
        "title": "ok",
        "body": "ok",
        "state": "accepted",
        "public_attrs": {
          "title": "ok"
        }
      },
      "route": "demo/journals/:id",
      "record_display_name": "ok",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "title": "ok"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "User",
      "record_id": 4,
      "attrs": {
        "first_name": "Jim",
        "last_name": "Morrison",
        "age": "27",
        "email": "jim@example.com",
        "user_type": "Doctor",
        "public_attrs": {
          "first_name": "Jim"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Jim Morrison",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "first_name": "Jim"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "User",
      "record_id": 11,
      "attrs": {
        "first_name": "John",
        "last_name": "Doe",
        "age": "44",
        "email": "john@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "John"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "John Doe",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "John"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "demo/club.update",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Electric Oasis Club",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::Club",
      "record_id": 1,
      "attrs": [

      ],
      "route": "/demo/clubs/:id",
      "record_display_name": "Electric Oasis Club",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "changes": [

        ]
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 1,
      "attrs": {
        "street": "Ice Hotel, Marknadsvägen 63",
        "postal_code": "981 91",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Ice Hotel, Marknadsvägen 63 981 91 - Jukkasjärvi",
      "current_payload": false,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 7,
      "attrs": {
        "street": "Eiffel Tower",
        "postal_code": "75007",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Eiffel Tower 75007 - Paris",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "demo/city.update",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Kollengodes",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::City",
      "record_id": 9,
      "attrs": [
        {
          "name": {
            "from": "Kollengode",
            "to": "Kollengodes"
          }
        },
        {
          "name": {
            "from": "Kollengode",
            "to": "Kollengodes"
          }
        }
      ],
      "route": "/demo/cities/:id",
      "record_display_name": "Kollengodes",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "changes": [
          {
            "name": {
              "from": "Kollengode",
              "to": "Kollengodes"
            }
          }
        ]
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "demo/city.show",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Kollengode",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::City",
      "record_id": 9,
      "attrs": {
        "name": "Kollengode",
        "country": "India",
        "public_attrs": {
          "name": "Kollengode"
        }
      },
      "route": "/demo/cities/:id",
      "record_display_name": "Kollengode",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "name": "Kollengode"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "demo/city.create",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Kollengode",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::City",
      "record_id": 9,
      "attrs": {
        "name": "Kollengode",
        "country": "India",
        "public_attrs": {
          "name": "Kollengode"
        }
      },
      "route": "/demo/cities/:id",
      "record_display_name": "Kollengode",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "name": "Kollengode"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "user.login",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Elvis Presley",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": 5,
      "attrs": {
        "first_name": "Elvis",
        "last_name": "Presley",
        "age": "42",
        "email": "elvis@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Elvis"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Elvis Presley",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Elvis"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": 5,
      "attrs": {
        "sex": "Male",
        "religion": "Christianity",
        "public_attrs": {
          "sex": "Male"
        }
      },
      "route": null,
      "record_display_name": "Demo::UserProfile#5",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Male"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 5,
      "attrs": {
        "street": "Pyramid of Giza",
        "postal_code": "12588",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Pyramid of Giza 12588 - Giza",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 3,
      "attrs": {
        "name": "Starlight Jazz Café",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Starlight Jazz Café",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "user.show",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": null,
      "attrs": {
        "first_name": "Translation missing: en.loggable_activity.activity.deleted",
        "last_name": "Translation missing: en.loggable_activity.activity.deleted",
        "age": "Translation missing: en.loggable_activity.activity.deleted",
        "email": "Translation missing: en.loggable_activity.activity.deleted",
        "user_type": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "David"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": null,
      "attrs": {
        "sex": "Translation missing: en.loggable_activity.activity.deleted",
        "religion": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Male"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 7,
      "attrs": {
        "street": "Eiffel Tower",
        "postal_code": "75007",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Eiffel Tower 75007 - Paris",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 4,
      "attrs": {
        "name": "Mystic Fusion Lounge",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Mystic Fusion Lounge",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "demo/city.show",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::City",
      "record_id": null,
      "attrs": {
        "name": "Translation missing: en.loggable_activity.activity.deleted",
        "country": "Translation missing: en.loggable_activity.activity.deleted"
      },
      "route": "",
      "record_display_name": "Translation missing: en.loggable_activity.activity.deleted",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "name": "Jukkasjärvi"
      }
    },
    {
      "relation": "has_many",
      "record_type": "Demo::Address",
      "record_id": 1,
      "attrs": {
        "street": "Ice Hotel, Marknadsvägen 63",
        "postal_code": "981 91",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Ice Hotel, Marknadsvägen 63 981 91 - Jukkasjärvi",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "has_many",
      "record_type": "User",
      "record_id": 1,
      "attrs": {
        "first_name": "Kurt",
        "last_name": "Cobain",
        "age": "27",
        "email": "kurt@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Kurt"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Kurt Cobain",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "first_name": "Kurt"
      }
    },
    {
      "relation": "has_many",
      "record_type": "User",
      "record_id": 9,
      "attrs": {
        "first_name": "Max",
        "last_name": "Greenfield",
        "age": "57",
        "email": "max@example.com",
        "user_type": "Admin",
        "public_attrs": {
          "first_name": "Max"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Max Greenfield",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "first_name": "Max"
      }
    },
    {
      "relation": "has_many",
      "record_type": "User",
      "record_id": 11,
      "attrs": {
        "first_name": "John",
        "last_name": "Doe",
        "age": "44",
        "email": "john@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "John"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "John Doe",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "first_name": "John"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "user.login",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Elvis Presley",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": 5,
      "attrs": {
        "first_name": "Elvis",
        "last_name": "Presley",
        "age": "42",
        "email": "elvis@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Elvis"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Elvis Presley",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Elvis"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": 5,
      "attrs": {
        "sex": "Male",
        "religion": "Christianity",
        "public_attrs": {
          "sex": "Male"
        }
      },
      "route": null,
      "record_display_name": "Demo::UserProfile#5",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Male"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 5,
      "attrs": {
        "street": "Pyramid of Giza",
        "postal_code": "12588",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Pyramid of Giza 12588 - Giza",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 3,
      "attrs": {
        "name": "Starlight Jazz Café",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Starlight Jazz Café",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "demo/club.show",
  "actor_display_name": "Elvis Presley",
  "record_display_name": "Electric Oasis Club",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::Club",
      "record_id": 1,
      "attrs": {
        "name": "Electric Oasis Club",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Electric Oasis Club",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 1,
      "attrs": {
        "street": "Ice Hotel, Marknadsvägen 63",
        "postal_code": "981 91",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Ice Hotel, Marknadsvägen 63 981 91 - Jukkasjärvi",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "demo/city.show",
  "actor_display_name": "elvis@example.com",
  "record_display_name": "Versailles",
  "payloads": [
    {
      "relation": "self",
      "record_type": "Demo::City",
      "record_id": 2,
      "attrs": {
        "name": "Versailles",
        "country": "France",
        "public_attrs": {
          "name": "Versailles"
        }
      },
      "route": "/demo/cities/:id",
      "record_display_name": "Versailles",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "name": "Versailles"
      }
    },
    {
      "relation": "has_many",
      "record_type": "Demo::Address",
      "record_id": 2,
      "attrs": {
        "street": "The Palace of Versailles",
        "postal_code": "78000",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "The Palace of Versailles 78000 - Versailles",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "has_many",
      "record_type": "User",
      "record_id": 2,
      "attrs": {
        "first_name": "Jimi",
        "last_name": "Hendrix",
        "age": "27",
        "email": "jimi@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Jimi"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Jimi Hendrix",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "first_name": "Jimi"
      }
    }
  ]
}
{
  "actor_type": "User",
  "actor_id": 5,
  "action": "user.login",
  "actor_display_name": "elvis@example.com",
  "record_display_name": "Elvis Presley",
  "payloads": [
    {
      "relation": "self",
      "record_type": "User",
      "record_id": 5,
      "attrs": {
        "first_name": "Elvis",
        "last_name": "Presley",
        "age": "42",
        "email": "elvis@example.com",
        "user_type": "Patient",
        "public_attrs": {
          "first_name": "Elvis"
        }
      },
      "route": "/demo/users/:id",
      "record_display_name": "Elvis Presley",
      "current_payload": true,
      "data_owner": true,
      "public_attrs": {
        "first_name": "Elvis"
      }
    },
    {
      "relation": "has_one",
      "record_type": "Demo::UserProfile",
      "record_id": 5,
      "attrs": {
        "sex": "Male",
        "religion": "Christianity",
        "public_attrs": {
          "sex": "Male"
        }
      },
      "route": null,
      "record_display_name": "Demo::UserProfile#5",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
        "sex": "Male"
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Address",
      "record_id": 5,
      "attrs": {
        "street": "Pyramid of Giza",
        "postal_code": "12588",
        "public_attrs": {
        }
      },
      "route": "/demo/addresses/:id",
      "record_display_name": "Pyramid of Giza 12588 - Giza",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    },
    {
      "relation": "belongs_to",
      "record_type": "Demo::Club",
      "record_id": 3,
      "attrs": {
        "name": "Starlight Jazz Café",
        "public_attrs": {
        }
      },
      "route": "/demo/clubs/:id",
      "record_display_name": "Starlight Jazz Café",
      "current_payload": true,
      "data_owner": false,
      "public_attrs": {
      }
    }
  ]
}