aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/core.rb
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-09-18 01:16:53 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-09-18 01:16:53 +0530
commit9fddcdd99eeaf6af8130d39a37d1e0aca080a33f (patch)
tree1d67daaf50875116daa16cf0bd79a07901198a6f /activejob/lib/active_job/core.rb
parentde33fe7d7e25945eeafcd8577438aba4721c804e (diff)
downloadrails-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/core.rb')
-rw-r--r--activejob/lib/active_job/core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/core.rb b/activejob/lib/active_job/core.rb
index b6dd03a0bc..9db23cc9da 100644
--- a/activejob/lib/active_job/core.rb
+++ b/activejob/lib/active_job/core.rb
@@ -13,7 +13,7 @@ module ActiveJob
# Job Identifier
attr_accessor :job_id
- # Queue on which the job should be run on.
+ # Queue in which the job will reside.
attr_writer :queue_name
end