method

attachment_nodes

attachment_nodes()
private

No documentation available.

# File actiontext/lib/action_text/content.rb, line 109
      def attachment_nodes
        @attachment_nodes ||= fragment.find_all(ActionText::Attachment::SELECTOR)
      end