diff options
Diffstat (limited to 'activejob/lib/active_job/core.rb')
-rw-r--r-- | activejob/lib/active_job/core.rb | 2 |
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 |