module ActionText::Attachments::Minification
def fragment_by_minifying_attachments(content)
def fragment_by_minifying_attachments(content) Fragment.wrap(content).replace(ActionText::Attachment.tag_name) do |node| node.tap { |n| n.inner_html = "" } end end