1
0
Fork 0
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:
Ryuta Kamizono 2019-02-25 18:30:15 +09:00 committed by GitHub
commit 4e90d1577f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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