instance method
serialize_continuation_if_needed
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
serialize_continuation_if_needed()
No documentation comment.
Source
# File activejob/lib/active_job/continuable.rb, line 88
def serialize_continuation_if_needed
continuation_serialized? ? @serialized_continuation : continuation.to_h
end
Defined in activejob/lib/active_job/continuable.rb line 88
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Continuable