Source: show | on GitHub
# File activejob/test/jobs/nested_job.rb, line 6 def job_id "NESTED-JOB-ID" end
# File activejob/test/jobs/nested_job.rb, line 2 def perform LoggingJob.perform_later "NestedJob" end