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/que_adapter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activejob/lib/active_job/queue_adapters/que_adapter.rb') 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 -- cgit v1.2.3