I keep getting an error trying to use ActiveAdmin in my Rails application using Devise and CanCan. Error:
CanCan :: AuthorizationNotPerformed in Admin :: FindingsController # index
This action failed with check_authorization because it is not authorize_resource . Add skip_authorization_check to get around this check.
I watched a lot and cannot find a solution that seems to work.
source share