Add GlobalID link to active_job_basics.md

This commit is contained in:
Pedro Baracho 2020-12-14 11:49:04 -08:00
parent 446bf0a91d
commit 3ca47692e4

@ -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: