Docs: Fix queue_as doc wording [ci skip]

Changing the wording of `queue_as` doc as per https://github.com/rails/rails/pull/48099#discussion_r1197516258
This commit is contained in:
Shivam Chahar 2023-05-22 19:59:55 +05:30
parent 12c92ebd32
commit ad2280afc6

@ -19,8 +19,7 @@ module ClassMethods
# end
#
# Can be given a block that will evaluate in the context of the job
# allowing +self.arguments+ to be accessed so that a dynamic queue name
# can be applied:
# so that a dynamic queue name can be applied:
#
# class PublishToFeedJob < ApplicationJob
# queue_as do