删除组时出现 404 错误

Can you go in the rails console and do Group.pluck(:id, :name) to return the group names and IDs and see if there’s any oddity?

Alternatively, SELECT id, name FROM groups with data explorer.

3 个赞