method
attachments
v6.0.0 -
Show latest stable
- Class:
ActionText::Content
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