instance method
attachment_gallery_for_node
Ruby on Rails 7.1.6
Since v6.0.6 PrivateSignature
attachment_gallery_for_node(node)
No documentation comment.
Parameters
-
nodereq
Source
# File actiontext/lib/action_text/content.rb, line 171
def attachment_gallery_for_node(node)
ActionText::AttachmentGallery.from_node(node)
end
Defined in actiontext/lib/action_text/content.rb line 171
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Content