class ActionText::Attachment

def from_attributes(attributes, attachable = nil)

def from_attributes(attributes, attachable = nil)
  if node = node_from_attributes(attributes)
    from_node(node, attachable)
  end
end