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