mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #30460 from yhirano55/update_activejob_doc
Update activejob doc [ci skip]
This commit is contained in:
commit
5c2c8d8cfd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue