lib/devise/hooks/trackable.rb in loyal_devise-2.1.2 vs lib/devise/hooks/trackable.rb in loyal_devise-2.1.3
- old
+ new
@@ -1,5 +1,4 @@
-# -*- encoding : utf-8 -*-
# After each sign in, update sign in time, sign in count and sign in IP.
# This is only triggered when the user is explicitly set (with set_user)
# and on authentication. Retrieving the user from session (:fetch) does
# not trigger it.
Warden::Manager.after_set_user :except => :fetch do |record, warden, options|