method

gallery_attachments

gallery_attachments()
public

No documentation available.

# File actiontext/lib/action_text/content.rb, line 45
    def gallery_attachments
      @gallery_attachments ||= attachment_galleries.flat_map(&:attachments)
    end