method
read_json_object_attribute
v8.1.1 -
Show latest stable
- Class:
ActionText::TrixAttachment
read_json_object_attribute(name)private
No documentation available.
# File actiontext/lib/action_text/trix_attachment.rb, line 78
def read_json_object_attribute(name)
read_json_attribute(name) || {}
end