
config.rb probably needs to be renamed to base.rb
Reported by Umair Siddique | February 17th, 2009 @ 10:39 AM
require File.dirname(FILE) + "/authlogic/orm_adapters/active_record_adapter/acts_as_authentic/base"
Comments and changes to this ticket
-
-
Umair Siddique February 18th, 2009 @ 10:28 AM
Not anymore. You've fixed the bug. You moved empty acts_as_authentic method to base.rb but forgot committing the file earlier. I can see the file committed now and things are working fine.
-
Ben Johnson February 18th, 2009 @ 01:46 PM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Object based authentication solution that handles all of the non sense for you. It's as easy as ActiveRecord is with a database.