Flowdock
method

fragment_by_converting_trix_attachments

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: TrixConversion
fragment_by_converting_trix_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/trix_conversion.rb, line 11
        def fragment_by_converting_trix_attachments(content)
          Fragment.wrap(content).replace(TrixAttachment::SELECTOR) do |node|
            from_trix_attachment(TrixAttachment.new(node))
          end
        end
Register or log in to add new notes.