Authlogic 和声明性授权
我有一个基于 Authlogic 的 Rails 应用程序,使用 LDAP 进行身份验证,并针对角色需求进行声明性授权。
问题是当我将过滤器resource_access放入控制器时,我收到此错误:
未定义方法“current_user”....
我已在application_controller上定义了方法current_user
有帮助吗?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我强烈推荐这个截屏。它会引导您逐步了解如何为 Rails 应用程序设置 authlogic —— 包括定义 current_user 变量。
I can't recommend this screencast highly enough. It takes you step-by-step through how to setup authlogic for your rails app -- including defining the current_user variable.