1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #40840 from pedropb/patch-1

Add link to GlobalID repo in active_job_basics.md [ci-skip]
This commit is contained in:
Jonathan Hefner 2020-12-14 15:27:46 -06:00 committed by GitHub
commit 79de992717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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