method
attachment_nodes
v7.1.3.2 -
Show latest stable
- Class:
ActionText::Content
attachment_nodes()private
No documentation available.
# File actiontext/lib/action_text/content.rb, line 154
def attachment_nodes
@attachment_nodes ||= fragment.find_all(ActionText::Attachment.tag_name)
end