method
gallery_attachments
rails latest stable - Class:
ActionText::Content
gallery_attachments()public
No documentation available.
# File actiontext/lib/action_text/content.rb, line 74
def gallery_attachments
@gallery_attachments ||= attachment_galleries.flat_map(&:attachments)
end