method

attachment_galleries

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