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