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