diff options
author | Zachary Scott <e@zzak.io> | 2015-04-29 18:46:12 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2015-04-29 18:46:12 -0700 |
commit | 785cb9fe751901a42d07a05bc7e8696660bce11c (patch) | |
tree | 5449290f8226782f76f21111f2537f3ac3319351 /activejob/lib/active_job | |
parent | 56bcd69ade0c6f19e894902d466626999332771b (diff) | |
download | rails-785cb9fe751901a42d07a05bc7e8696660bce11c.tar.gz rails-785cb9fe751901a42d07a05bc7e8696660bce11c.tar.bz2 rails-785cb9fe751901a42d07a05bc7e8696660bce11c.zip |
Add initial doc for Core in AJ [ci skip]
Diffstat (limited to 'activejob/lib/active_job')
-rw-r--r-- | activejob/lib/active_job/core.rb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |