mirror of https://github.com/rails/rails
Fix example code in Active Job guide [ci skip]
This commit is contained in:
parent
b918bf9a19
commit
ec1c608b5d
|
@ -67,7 +67,7 @@ Here's what a job looks like:
|
|||
class GuestsCleanupJob < ActiveJob::Base
|
||||
queue_as :default
|
||||
|
||||
def perform
|
||||
def perform(*args)
|
||||
# Do something later
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue