From 785cb9fe751901a42d07a05bc7e8696660bce11c Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Wed, 29 Apr 2015 18:46:12 -0700 Subject: Add initial doc for Core in AJ [ci skip] --- activejob/lib/active_job/core.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activejob/lib/active_job') diff --git a/activejob/lib/active_job/core.rb b/activejob/lib/active_job/core.rb index ddd7d1361c..acdfcdc791 100644 --- a/activejob/lib/active_job/core.rb +++ b/activejob/lib/active_job/core.rb @@ -1,4 +1,6 @@ module ActiveJob + # Provides general behavior that will be included into every Active Job + # object that inherits from ActiveJob::Base. module Core extend ActiveSupport::Concern -- cgit v1.2.3