mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Add .
This commit is contained in:
parent
9977efd455
commit
c7644e9eb0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ module ActiveJob
|
|||
self.queue_name_delimiter = '_' # set default delimiter to '_'
|
||||
end
|
||||
|
||||
# Returns the name of the queue the job will be run on
|
||||
# Returns the name of the queue the job will be run on.
|
||||
def queue_name
|
||||
if @queue_name.is_a?(Proc)
|
||||
@queue_name = self.class.queue_name_from_part(instance_exec(&@queue_name))
|
||||
|
|
Loading…
Reference in a new issue