# File lib/authlogic/session/foundation.rb, line 66 def to_key new_record? ? nil : [ self.send(self.class.primary_key) ] end