last_login_at not working (null) w/ Authlogic Magic Columns...
- by bgadoci
I am using the Authlogicgem for authentication and most of it seems to be working great. Authlogic provides several columns that you can add to your Users table (for example) that it knows to fill in if they are present. i.e. login_count, current_login_ip, last_request_at and last_login_at.
All seem to be working fine with the exception of the…