method
attachment_galleries
v7.1.3.4 -
Show latest stable
- Class:
ActionText::Content
attachment_galleries()public
No documentation available.
# File actiontext/lib/action_text/content.rb, line 68
def attachment_galleries
@attachment_galleries ||= attachment_gallery_nodes.map do |node|
attachment_gallery_for_node(node)
end
end