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