# File lib/active_model/conversion.rb, line 45
    def to_key
      persisted? ? [id] : nil
    end