aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/queue_adapters/que_adapter.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activejob/lib/active_job/queue_adapters/que_adapter.rb')
-rw-r--r--activejob/lib/active_job/queue_adapters/que_adapter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/queue_adapters/que_adapter.rb b/activejob/lib/active_job/queue_adapters/que_adapter.rb
index 51891ab07b..2e8a64aa87 100644
--- a/activejob/lib/active_job/queue_adapters/que_adapter.rb
+++ b/activejob/lib/active_job/queue_adapters/que_adapter.rb
@@ -13,7 +13,7 @@ module ActiveJob
end
end
- class JobWrapper < Que::Job
+ class JobWrapper < Que::Job #:nodoc:
def run(job_data)
Base.execute job_data
end