Flowdock
method

fragment_by_minifying_attachments

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Minification
fragment_by_minifying_attachments(content) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actiontext/lib/action_text/attachments/minification.rb, line 9
        def fragment_by_minifying_attachments(content)
          Fragment.wrap(content).replace(ActionText::Attachment::SELECTOR) do |node|
            node.tap { |n| n.inner_html = "" }
          end
        end
Register or log in to add new notes.