Flowdock
method

read_json_object_attribute

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: TrixAttachment
read_json_object_attribute(name) private

No documentation

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

Hide source
# File actiontext/lib/action_text/trix_attachment.rb, line 76
      def read_json_object_attribute(name)
        read_json_attribute(name) || {}
      end
Register or log in to add new notes.