aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-11-03 19:23:36 -0800
committerZachary Scott <e@zzak.io>2014-11-03 19:23:36 -0800
commit60fcf60c7b4e6e01e61f7d000812218e50a8bd5d (patch)
treef605605b93cc082808fca81e4b1c27968e14f327 /activejob/lib
parentc07c0b268e3247ae34e3c5a6f39977b45ec0487f (diff)
downloadrails-60fcf60c7b4e6e01e61f7d000812218e50a8bd5d.tar.gz
rails-60fcf60c7b4e6e01e61f7d000812218e50a8bd5d.tar.bz2
rails-60fcf60c7b4e6e01e61f7d000812218e50a8bd5d.zip
Document AJ::Execution class methods module [ci skip]
Diffstat (limited to 'activejob/lib')
-rw-r--r--activejob/lib/active_job/execution.rb1
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.
#