You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
How can I Whitelist the whole of activeadmin and devise to no use cancan to skip authorization, so far
> check_authorization unless: :devise_controller?
works for login page only but cant get past that as it throws the error
> CanCan::AuthorizationNotPerformed in AdminPanel::DashboardController#index
is possible to have the check_authorization unless allow more than one parameeter, how can i do that as having it in multiple lines doesnt work and also pitting in array doesnt seem to as well
cheers
The text was updated successfully, but these errors were encountered:
How can I Whitelist the whole of activeadmin and devise to no use cancan to skip authorization, so far
works for login page only but cant get past that as it throws the error
is possible to have the check_authorization unless allow more than one parameeter, how can i do that as having it in multiple lines doesnt work and also pitting in array doesnt seem to as well
cheers
The text was updated successfully, but these errors were encountered: