class ActionText::Attachment
def from_node(node, attachable = nil)
def from_node(node, attachable = nil) new(node, attachable || ActionText::Attachable.from_node(node)) end
def from_node(node, attachable = nil) new(node, attachable || ActionText::Attachable.from_node(node)) end