class method
self.from_attachables
Ruby on Rails 7.1.6
Since v6.0.6Signature
self.from_attachables(attachables)
No documentation comment.
Parameters
-
attachablesreq
Source
# File actiontext/lib/action_text/attachment.rb, line 33
def from_attachables(attachables)
Array(attachables).filter_map { |attachable| from_attachable(attachable) }
end
Defined in actiontext/lib/action_text/attachment.rb line 33
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachment