method
serialize_to_json
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::Messages::Metadata
serialize_to_json(data)private
No documentation available.
# File activesupport/lib/active_support/messages/metadata.rb, line 124
def serialize_to_json(data)
ActiveSupport::JSON.encode(data)
end