Hello, I have a rails application based on Authlogic with LDAP for authentification, and declarative authorization for roles requirements.
The problem is when i put filter resource_access in my controller, i got this error :
undefined method `current_user'....
I had define the method current_user on the application_controller
Any help ?
Thank you