method
attachment_nodes
rails 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