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