Question

How to access current_user in activeadmin rails?

like devise current_user, but i'dont know how to call current_user in active_admin rails?

thanks before

Was it helpful?

Solution

Try to use current_admin_user. because the ActiveAdmin user model is called 'AdminUser' by default.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top