instance method
attachment_nodes
Ruby on Rails 7.0.10
Since v6.0.6 PrivateSignature
attachment_nodes()
No documentation comment.
Source
# File actiontext/lib/action_text/content.rb, line 113
def attachment_nodes
@attachment_nodes ||= fragment.find_all(ActionText::Attachment.tag_name)
end
Defined in actiontext/lib/action_text/content.rb line 113
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Content