My application worked very well until today, but now when I start it it has this error:
error unefined method acts_as_authentic for main: Object
Here is my code for act_as_authentic
in the user model:
acts_as_authentic do |c|
c.login_field = "coluna"
end
I'm using Rails 3, Ruby 1.9.2 and Authlogic 3.4.3