On Jan 25, 2011, at 10:09 AM, Piotroslav wrote: > I used paper_clip. > It is important to store last objects before change was made. > > I need to figure out how to log all login/out times for different > users. Any Ideas?
Login time is easy - just add last_login_at (type :datetime) to your user model and Hobo will fill it in automatically. Out is harder, as people will inevitably forget and just navigate off the site. --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
