From 7048d5cb10f2cec3c0ea8b632045dd75b6010b89 Mon Sep 17 00:00:00 2001 From: alkesh26 Date: Mon, 25 Feb 2019 14:48:39 +0530 Subject: [ci skip] activejob typo fix. --- activejob/lib/active_job/core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activejob') 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 -- cgit v1.2.3