convert_to_global_id_hash(argument)private
No documentation available.
# File activejob/lib/active_job/arguments.rb, line 201
def convert_to_global_id_hash(argument)
{ GLOBALID_KEY => argument.to_global_id.to_s }
rescue URI::GID::MissingModelIdError
raise SerializationError, "Unable to serialize #{argument.class} " "without an id. (Maybe you forgot to call save?)"
end