Skip to content

Commit 3720fbb

Browse files
Fully qualify ActiveJob::Arguments for auto-link [ci-skip]
Since rails/sdoc@4837fea, SDoc is less aggressive about auto-linking words that might be code references. In this case, however, "Arguments" refers to `ActiveJob::Arguments`. Using the fully-qualified name triggers the auto-link.
1 parent 95c9fb8 commit 3720fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activejob/lib/active_job/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module ActiveJob # :nodoc:
3939
# end
4040
#
4141
# Records that are passed in are serialized/deserialized using Global
42-
# ID. More information can be found in Arguments.
42+
# ID. More information can be found in ActiveJob::Arguments.
4343
#
4444
# To enqueue a job to be performed as soon as the queuing system is free:
4545
#

0 commit comments

Comments
 (0)