Good afternoon 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 mention admin users (has full manager permission on cancancan), and Users who have some restrictions, the question is that every admin user I create, right after authentication, already in the main dashboard of rails_admin is correctly shown the name of the authenticated user, but ordinary users who do not have manage permission in the cancancan, not appears.
Thanks for any help.ob