method

attachables

attachables()
public

No documentation available.

# File actiontext/lib/action_text/content.rb, line 53
    def attachables
      @attachables ||= attachment_nodes.map do |node|
        ActionText::Attachable.from_node(node)
      end
    end