我添加了代码

config.gem "authlogic-oauth", :lib => "authlogic_oauth"

到我的应用程序中的 environment.rb 文件并出现错误
undefined method 'add_acts_as_authentic_module' for ActiveRecord::Base::Class

有没有办法解决它?

最佳答案

你包括authlogic主 gem 吗?

也许这对你有帮助:

http://github.com/tsechingho/authlogic_bundle/issues/unreads#issue/3

关于ruby-on-rails - 未定义的方法 'add_acts_as_authentic_module',我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/1389802/

10-09 20:52