diff options
author | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2014-09-18 01:16:53 +0530 |
---|---|---|
committer | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2014-09-18 01:16:53 +0530 |
commit | 9fddcdd99eeaf6af8130d39a37d1e0aca080a33f (patch) | |
tree | 1d67daaf50875116daa16cf0bd79a07901198a6f /activejob/lib/active_job/queue_adapters/queue_classic_adapter.rb | |
parent | de33fe7d7e25945eeafcd8577438aba4721c804e (diff) | |
download | rails-9fddcdd99eeaf6af8130d39a37d1e0aca080a33f.tar.gz rails-9fddcdd99eeaf6af8130d39a37d1e0aca080a33f.tar.bz2 rails-9fddcdd99eeaf6af8130d39a37d1e0aca080a33f.zip |
[ci skip] AJ docs fixes
1. Indentation
2. Spaces issues
3. Spelling correction
4. Grammar correction
5. Add #:nodoc: to all internal classes
Diffstat (limited to 'activejob/lib/active_job/queue_adapters/queue_classic_adapter.rb')
-rw-r--r-- | activejob/lib/active_job/queue_adapters/queue_classic_adapter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/queue_adapters/queue_classic_adapter.rb b/activejob/lib/active_job/queue_adapters/queue_classic_adapter.rb index ddcc868317..e8452938b8 100644 --- a/activejob/lib/active_job/queue_adapters/queue_classic_adapter.rb +++ b/activejob/lib/active_job/queue_adapters/queue_classic_adapter.rb @@ -28,7 +28,7 @@ module ActiveJob end end - class JobWrapper + class JobWrapper #:nodoc: class << self def perform(job_data) Base.execute job_data |