class ActionText::Attachment

def initialize(node, attachable)

def initialize(node, attachable)
  @node = node
  @attachable = attachable
end