mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix spelling in docs for ActiveJob::Serializers::ObjectSerializer#deserialize
This commit is contained in:
parent
4a68792df7
commit
48a1d63777
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ module ActiveJob
|
||||||
{ Arguments::OBJECT_SERIALIZER_KEY => self.class.name }.merge!(hash)
|
{ Arguments::OBJECT_SERIALIZER_KEY => self.class.name }.merge!(hash)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Deserilizes an argument form a JSON primiteve type.
|
# Deserializes an argument from a JSON primitive type.
|
||||||
def deserialize(_argument)
|
def deserialize(_argument)
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue