method
dump
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Messages::SerializerWithFallback::JsonWithFallback
dump(object)public
No documentation available.
# File activesupport/lib/active_support/messages/serializer_with_fallback.rb, line 86
def dump(object)
ActiveSupport::JSON.encode(object)
end