method

deserialize_from_json_safe_string

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: Metadata
deserialize_from_json_safe_string(string) 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 141
        def deserialize_from_json_safe_string(string)
          deserialize(decode(string, url_safe: false))
        end
Register or log in to add new notes.