instance method
gallery_attachments
Ruby on Rails 7.1.6
Since v6.0.6Signature
gallery_attachments()
No documentation comment.
Source
# File actiontext/lib/action_text/content.rb, line 74
def gallery_attachments
@gallery_attachments ||= attachment_galleries.flat_map(&:attachments)
end
Defined in actiontext/lib/action_text/content.rb line 74
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Content