From 60fcf60c7b4e6e01e61f7d000812218e50a8bd5d Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 3 Nov 2014 19:23:36 -0800 Subject: Document AJ::Execution class methods module [ci skip] --- activejob/lib/active_job/execution.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activejob/lib') diff --git a/activejob/lib/active_job/execution.rb b/activejob/lib/active_job/execution.rb index 7ff857206d..79d232da4a 100644 --- a/activejob/lib/active_job/execution.rb +++ b/activejob/lib/active_job/execution.rb @@ -6,6 +6,7 @@ module ActiveJob extend ActiveSupport::Concern include ActiveSupport::Rescuable + # Includes methods for executing and performing jobs instantly. module ClassMethods # Performs the job immediately. # -- cgit v1.2.3