Skip to content

Deleting users in the Rails console doesn't remove them from Userlist #7

@joshuap

Description

@joshuap

We're getting the following message when deleting users from the console:

[userlist-rails] Failed to delete delete: Missing required parameter :user

The user is destroyed in Rails, but the profile in Userlist remains (it does appear to delete dependent associations in Userlist, just not the user itself).

Do you know what could be going on here @benedikt? It looks like we're using the auto_discovery strategy for models, and everything else seems to work fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions