From 3ca47692e48d63634b02564620cb2070ae598b3b Mon Sep 17 00:00:00 2001 From: Pedro Baracho Date: Mon, 14 Dec 2020 11:49:04 -0800 Subject: [PATCH] Add GlobalID link to active_job_basics.md --- guides/source/active_job_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/active_job_basics.md b/guides/source/active_job_basics.md index 7d44852f7b..09c3e072a1 100644 --- a/guides/source/active_job_basics.md +++ b/guides/source/active_job_basics.md @@ -386,7 +386,7 @@ ActiveJob supports the following types of arguments by default: ### GlobalID -Active Job supports GlobalID for parameters. This makes it possible to pass live +Active Job supports [GlobalID](https://github.com/rails/globalid/blob/master/README.md) for parameters. This makes it possible to pass live Active Record objects to your job instead of class/id pairs, which you then have to manually deserialize. Before, jobs would look like this: