我的Restful-Authentication插件的干净安装与以下消息失败。
undefined method `acts_as_state_machine' for #Class:0x46edaf8我有什么办法解决这个问题吗?
注意:安装了act_as_state_machine插件
注意:restful身份验证插件是用以下命令安装的
script/generate authenticated user sessions --include-activation --stateful谢谢
H
发布于 2009-03-28 01:45:15
密码没什么问题。我只需要重新启动服务器。此外,我还发现了一篇很棒的博客文章,它提供了一些信息,可以用来扩展普通的restful身份验证插件。Restful身份验证(第3部分)
https://stackoverflow.com/questions/691910
复制相似问题