instance method
serialized_current
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
serialized_current()
No documentation comment.
Source
# File activejob/lib/active_job/continuation.rb, line 305
def serialized_current
return unless current
name, cursor = current.to_a
[ name, Arguments.serialize([cursor]).first ]
end
Defined in activejob/lib/active_job/continuation.rb line 305
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Continuation