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