method

serialize_to_json_safe_string

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: Metadata
serialize_to_json_safe_string(data) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/messages/metadata.rb, line 137
        def serialize_to_json_safe_string(data)
          encode(serialize(data), url_safe: false)
        end
Register or log in to add new notes.