mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #35393 from alkesh26/activejob-typo-fix
[ci skip] activejob typo fix.
This commit is contained in:
commit
4e90d1577f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ module ActiveJob
|
||||||
# Timezone to be used during the job.
|
# Timezone to be used during the job.
|
||||||
attr_accessor :timezone
|
attr_accessor :timezone
|
||||||
|
|
||||||
# Track when a job was enqueded
|
# Track when a job was enqueued
|
||||||
attr_accessor :enqueued_at
|
attr_accessor :enqueued_at
|
||||||
|
|
||||||
# These methods will be included into any Active Job object, adding
|
# These methods will be included into any Active Job object, adding
|
||||||
|
|
Loading…
Reference in a new issue