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