cancan icon indicating copy to clipboard operation
cancan copied to clipboard

CanCan::AuthorizationNotPerformed in AdminPanel::DashboardController#index

Open wolfieorama opened this issue 10 years ago • 1 comments

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

wolfieorama avatar Nov 30 '15 08:11 wolfieorama

This project is discontinued. Go to https://github.com/CanCanCommunity/cancancan instead.

dgilperez avatar Apr 20 '16 15:04 dgilperez