method
gallery_attachments
v7.1.3.2 -
Show 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