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