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