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