From c7cd470bb34ef5afb6cb686eb770263b512bbfed Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano Date: Wed, 30 Aug 2017 05:07:49 +0900 Subject: Update activejob doc [ci skip] --- activejob/lib/active_job/enqueuing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activejob/lib/active_job') diff --git a/activejob/lib/active_job/enqueuing.rb b/activejob/lib/active_job/enqueuing.rb index ad32d3065b..c0d016853c 100644 --- a/activejob/lib/active_job/enqueuing.rb +++ b/activejob/lib/active_job/enqueuing.rb @@ -10,7 +10,7 @@ module ActiveJob # Includes the +perform_later+ method for job initialization. module ClassMethods # Push a job onto the queue. The arguments must be legal JSON types - # (string, int, float, nil, true, false, hash or array) or + # (+string+, +int+, +float+, +nil+, +true+, +false+, +hash+ or +array+) or # GlobalID::Identification instances. Arbitrary Ruby objects # are not supported. # -- cgit v1.2.3