mirror of https://github.com/rails/rails
Merge pull request #38676 from kwerle/correct_object_serializer_doc
Correct the parameter name for deserialize
This commit is contained in:
commit
f0048109fc
|
@ -39,7 +39,7 @@ module ActiveJob
|
|||
end
|
||||
|
||||
# Deserializes an argument from a JSON primitive type.
|
||||
def deserialize(_argument)
|
||||
def deserialize(json)
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue