undefined method 'add_acts_as_authentic_module'
Posted
by Alexey Poimtsev
on Stack Overflow
See other posts from Stack Overflow
or by Alexey Poimtsev
Published on 2009-09-07T15:04:44Z
Indexed on
2010/04/20
9:13 UTC
Read the original article
Hit count: 297
Hi, i've added code
config.gem "authlogic-oauth", :lib => "authlogic_oauth"
to the environment.rb file in my app and got error
undefined method 'add_acts_as_authentic_module' for ActiveRecord::Base::Class
is there any solution to solve it?
© Stack Overflow or respective owner