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