Method: ActionText::Attachment#full_attributes

Defined in:
actiontext/lib/action_text/attachment.rb

#full_attributesObject



77
78
79
# File 'actiontext/lib/action_text/attachment.rb', line 77

def full_attributes
  node_attributes.merge(attachable_attributes).merge(sgid_attributes)
end