I have an application that tracks people, but all those people are, possibly, users of the product. I’d rather have the model called Person (rather than User), but can’t seem to figure out how to indicate to Authlogic that I’m using Person instead of User.
I’m sure it’s somewhere obvious that I’m just not seeing, but I’ve been pouring over things for hours now and I’m giving up. 🙂
I think you can just add
acts_as_authenticin thePersonmodel, and everything should work just fine. If you face anything saysUserin the documentation, then just change them toPerson