我开始使用 comatose 来处理我网站上的内容,但是在使用通用 Authlogic 配置的现有身份验证中使用它时遇到问题。
在自述文件中,他提供了一个使用 Restful Authentication 配置它的示例,我想知道如何在一般的 Authlogic 设置中做同样的事情?
#environment.rb
Comatose.configure do |config|
# Includes AuthenticationSystem in the ComatoseController
config.includes << :authenticated_system
end