Skip to content

Instantly share code, notes, and snippets.

@TheNicholasNick
Created February 19, 2009 08:52
Show Gist options
  • Save TheNicholasNick/66806 to your computer and use it in GitHub Desktop.
Save TheNicholasNick/66806 to your computer and use it in GitHub Desktop.
Merb::Authentication.after_authentication do |user, request, params|
user.update_attributes(:logged_in_at => Time.now)
user
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment