# File lib/authlogic/session/existence.rb, line 45 def destroy before_destroy save_record errors.clear @record = nil after_destroy true end