diff options
author | Zachary Scott <e@zzak.io> | 2014-11-03 19:23:36 -0800 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-11-03 19:23:36 -0800 |
commit | 60fcf60c7b4e6e01e61f7d000812218e50a8bd5d (patch) | |
tree | f605605b93cc082808fca81e4b1c27968e14f327 /activejob | |
parent | c07c0b268e3247ae34e3c5a6f39977b45ec0487f (diff) | |
download | rails-60fcf60c7b4e6e01e61f7d000812218e50a8bd5d.tar.gz rails-60fcf60c7b4e6e01e61f7d000812218e50a8bd5d.tar.bz2 rails-60fcf60c7b4e6e01e61f7d000812218e50a8bd5d.zip |
Document AJ::Execution class methods module [ci skip]
Diffstat (limited to 'activejob')
-rw-r--r-- | activejob/lib/active_job/execution.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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. # |