aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
diff options
context:
space:
mode:
authoralkesh26 <alkesh26@gmail.com>2019-02-25 14:48:39 +0530
committeralkesh26 <alkesh26@gmail.com>2019-02-25 14:48:39 +0530
commit7048d5cb10f2cec3c0ea8b632045dd75b6010b89 (patch)
tree7f30f2872d91575020b98e9ae2262ca9bcdc1253 /activejob
parenta99e00452b00599f5f8b5289bd17c7fe5e502d2e (diff)
downloadrails-7048d5cb10f2cec3c0ea8b632045dd75b6010b89.tar.gz
rails-7048d5cb10f2cec3c0ea8b632045dd75b6010b89.tar.bz2
rails-7048d5cb10f2cec3c0ea8b632045dd75b6010b89.zip
[ci skip] activejob typo fix.
Diffstat (limited to 'activejob')
-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 2ce008e3da..283125698d 100644
--- a/activejob/lib/active_job/core.rb
+++ b/activejob/lib/active_job/core.rb
@@ -40,7 +40,7 @@ module ActiveJob
# Timezone to be used during the job.
attr_accessor :timezone
- # Track when a job was enqueded
+ # Track when a job was enqueued
attr_accessor :enqueued_at
# These methods will be included into any Active Job object, adding