method

attachments

attachments()
public

No documentation available.

# File actiontext/lib/action_text/content.rb, line 37
    def attachments
      @attachments ||= attachment_nodes.map do |node|
        attachment_for_node(node)
      end
    end