If you try and use GDPR_Rails with ActiveAdmin... the minute you select any model it will throw up an "Undefined method 'per'" error.
In addition to this... the "has_one_attached" error for the User models containing an "avatar" using Active Storage is still very much present.
Uninstalling GDPR_Rails and removing all references resolved the "Undefined method per" error. It is suspected that GDPR_Rails uses either Kaminari or WillPaginate.
If you try and use GDPR_Rails with ActiveAdmin... the minute you select any model it will throw up an "Undefined method 'per'" error.
In addition to this... the "has_one_attached" error for the User models containing an "avatar" using Active Storage is still very much present.
Uninstalling GDPR_Rails and removing all references resolved the "Undefined method per" error. It is suspected that GDPR_Rails uses either Kaminari or WillPaginate.