instance method
attachment_gallery_nodes
Ruby on Rails 6.1.7.10
Since v6.0.6 PrivateSignature
attachment_gallery_nodes()
No documentation comment.
Source
# File actiontext/lib/action_text/content.rb, line 113
def attachment_gallery_nodes
@attachment_gallery_nodes ||= ActionText::AttachmentGallery.find_attachment_gallery_nodes(fragment)
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