rails-authorization-plugin
rails-authorization-plugin copied to clipboard
Error when deleting object that accepts roles
Whenever I try to delete an object that accepts a role, I get:
ActiveRecord::StatementInvalid: Mysql::Error: Unknown column 'id' in 'where clause': DELETE FROM
roles_usersWHERE (
idIN (NULL))