From 9fddcdd99eeaf6af8130d39a37d1e0aca080a33f Mon Sep 17 00:00:00 2001 From: Akshay Vishnoi Date: Thu, 18 Sep 2014 01:16:53 +0530 Subject: [ci skip] AJ docs fixes 1. Indentation 2. Spaces issues 3. Spelling correction 4. Grammar correction 5. Add #:nodoc: to all internal classes --- activejob/lib/active_job/queue_adapters/qu_adapter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activejob/lib/active_job/queue_adapters/qu_adapter.rb') diff --git a/activejob/lib/active_job/queue_adapters/qu_adapter.rb b/activejob/lib/active_job/queue_adapters/qu_adapter.rb index f681fd7e8a..5485f20689 100644 --- a/activejob/lib/active_job/queue_adapters/qu_adapter.rb +++ b/activejob/lib/active_job/queue_adapters/qu_adapter.rb @@ -15,7 +15,7 @@ module ActiveJob end end - class JobWrapper < Qu::Job + class JobWrapper < Qu::Job #:nodoc: def initialize(job_data) @job_data = job_data end -- cgit v1.2.3