method

read_json_object_attribute

rails latest stable - Class: ActionText::TrixAttachment
read_json_object_attribute(name)
private

No documentation available.

# File actiontext/lib/action_text/trix_attachment.rb, line 76
      def read_json_object_attribute(name)
        read_json_attribute(name) || {}
      end