Rails: how to show user's "last seen at" time?

Viewed 9282

I'm using devise which stores current_sign_in_at and last_sign_in_at datetimes.

But lets say a user logged in a month ago but last viewed a page 5 minutes ago?

Is there a way I can display that ("User last seen 5 minutes ago").

2 Answers
Related