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:
commit
79de992717
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue