0
Good afternoon to everyone, I am developing a project in Rails 5 using Devise, cancancan and rails_admin, what happens is the following, I created some types of users, among them I cite users administrators ( have total manager permission in cancancan )and common users who have some restrictions, the issue is that every admin user I create, right after authentication, already on the main Dashboard of rails_admin is correctly shown the authenticated user name, however common users who do not have permission Manage in cancancan , does not appear.
I appreciate any help.ob