Skip to content

Commit

Permalink
docs: update reference to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Dec 29, 2023
1 parent f481353 commit e76c52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_job_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ ActiveJob supports the following types of arguments by default:

### GlobalID

Active Job supports [GlobalID](https://github.com/rails/globalid/blob/master/README.md) for parameters. This makes it possible to pass live
Active Job supports [GlobalID](https://github.com/rails/globalid/blob/main/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:

Expand Down

0 comments on commit e76c52a

Please sign in to comment.